|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 TermSpecificationDefinitionContractTermSpecificationDefinitionContract.getId()public String getContextId()
getContextId in interface TermSpecificationDefinitionContractTermSpecificationDefinitionContract.getContextId()public String getName()
getName in interface TermSpecificationDefinitionContractTermSpecificationDefinitionContract.getName()public String getType()
getType in interface TermSpecificationDefinitionContractTermSpecificationDefinitionContract.getType()public boolean equals(Object obj)
equals in interface ModelObjectCompleteequals in class Objectobj - to object to compare for equality
Object.equals(java.lang.Object)public int hashCode()
hashCode in interface ModelObjectCompletehashCode in class ObjectObject.hashCode()public String toString()
toString in interface ModelObjectBasictoString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||