Class TypeTypeRelation
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.typerelation.TypeTypeRelation
- All Implemented Interfaces:
Serializable,Inactivatable,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,TypeTypeRelationContract
public final class TypeTypeRelation
extends AbstractDataTransferObject
implements TypeTypeRelationContract
Generated using JVM arguments -DENUM=RelationshipType:UNKNOWN:USAGE_ALLOWED -DNOT_BLANK=fromTypeId,toTypeId,sequenceNumber,relationshipType -DFOREIGN_KEY=fromTypeId:org.kuali.rice.krms.api.repository.type.KrmsTypeDefinition,toTypeId:org.kuali.rice.krms.api.repository.type.KrmsTypeDefinition
Concrete model object implementation, immutable.
Instances can be (un)marshalled to and from XML.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructTypeTypeRelationinstances. -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getFromTypeId
Description copied from interface:TypeTypeRelationContractThis is the FromTypeId of the TypeTypeRelationThe FromTypeId of the TypeTypeRelation
- Specified by:
getFromTypeIdin interfaceTypeTypeRelationContract- Returns:
- the FromTypeId of the TypeTypeRelation
-
getToTypeId
Description copied from interface:TypeTypeRelationContractThis is the ToTypeId of the TypeTypeRelationThe ToTypeId of the TypeTypeRelation
- Specified by:
getToTypeIdin interfaceTypeTypeRelationContract- Returns:
- the ToTypeId of the TypeTypeRelation
-
getRelationshipType
Description copied from interface:TypeTypeRelationContractThis is the RelationshipType of the TypeTypeRelationThe RelationshipType of the TypeTypeRelation
- Specified by:
getRelationshipTypein interfaceTypeTypeRelationContract- Returns:
- the RelationshipType of the TypeTypeRelation
-
getSequenceNumber
- Specified by:
getSequenceNumberin interfaceTypeTypeRelationContract
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-