Kie Workbench - Common - Services API 6.2.0.CR4

org.kie.workbench.common.services.shared.kmodule
Class ListenerModel

java.lang.Object
  extended by org.kie.workbench.common.services.shared.kmodule.ListenerModel

@Portable
public class ListenerModel
extends Object


Nested Class Summary
static class ListenerModel.Kind
           
 
Constructor Summary
ListenerModel()
           
 
Method Summary
 boolean equals(Object o)
           
 ListenerModel.Kind getKind()
           
 String getType()
           
 int hashCode()
           
 void setKind(ListenerModel.Kind kind)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerModel

public ListenerModel()
Method Detail

setKind

public void setKind(ListenerModel.Kind kind)

getKind

public ListenerModel.Kind getKind()

getType

public String getType()

setType

public void setType(String type)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Kie Workbench - Common - Services API 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.