Class TypeTypeRelation
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.typerelation.TypeTypeRelation
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.active.Inactivatable,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,TypeTypeRelationContract
public final class TypeTypeRelation
extends org.kuali.rice.core.api.mo.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 interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-