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:
  • Method Details

    • getFromTypeId

      public String getFromTypeId()
      Description copied from interface: TypeTypeRelationContract
      This is the FromTypeId of the TypeTypeRelation

      The FromTypeId of the TypeTypeRelation

      Specified by:
      getFromTypeId in interface TypeTypeRelationContract
      Returns:
      the FromTypeId of the TypeTypeRelation
    • getToTypeId

      public String getToTypeId()
      Description copied from interface: TypeTypeRelationContract
      This is the ToTypeId of the TypeTypeRelation

      The ToTypeId of the TypeTypeRelation

      Specified by:
      getToTypeId in interface TypeTypeRelationContract
      Returns:
      the ToTypeId of the TypeTypeRelation
    • getRelationshipType

      public RelationshipType getRelationshipType()
      Description copied from interface: TypeTypeRelationContract
      This is the RelationshipType of the TypeTypeRelation

      The RelationshipType of the TypeTypeRelation

      Specified by:
      getRelationshipType in interface TypeTypeRelationContract
      Returns:
      the RelationshipType of the TypeTypeRelation
    • getSequenceNumber

      public Integer getSequenceNumber()
      Specified by:
      getSequenceNumber in interface TypeTypeRelationContract
    • getId

      public String getId()
      Specified by:
      getId in interface org.kuali.rice.core.api.mo.common.Identifiable
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • getVersionNumber

      public Long getVersionNumber()
      Specified by:
      getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned