|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krms.api.repository.TermSpecificationDefinition
public class TermSpecificationDefinition
Immutable DTO for TermSpecifications. Construction must be done via the TermSpecificationDefinition.Builder
inner class.
Nested Class Summary | |
---|---|
static class |
TermSpecificationDefinition.Builder
Builder for the TermSpecificationDefinition immutable DTO. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
This overridden method ... |
String |
getContextId()
This overridden method ... |
String |
getId()
This value will be non-null for persisted |
String |
getName()
This overridden method ... |
String |
getType()
This overridden method ... |
int |
hashCode()
This overridden method ... |
String |
toString()
This overridden method ... |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getId()
getId
in interface TermSpecificationDefinitionContract
TermSpecificationDefinitionContract.getId()
public String getContextId()
getContextId
in interface TermSpecificationDefinitionContract
TermSpecificationDefinitionContract.getContextId()
public String getName()
getName
in interface TermSpecificationDefinitionContract
TermSpecificationDefinitionContract.getName()
public String getType()
getType
in interface TermSpecificationDefinitionContract
TermSpecificationDefinitionContract.getType()
public boolean equals(Object obj)
equals
in interface ModelObjectComplete
equals
in class Object
obj
- to object to compare for equality
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in interface ModelObjectComplete
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in interface ModelObjectBasic
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |