Interface TypeTypeRelationContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
TypeTypeRelation, TypeTypeRelation.Builder

public interface TypeTypeRelationContract extends org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned
Defines the contract for a TypeTypeRelation
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    This is the FromTypeId of the TypeTypeRelation
    This is the RelationshipType of the TypeTypeRelation
     
    This is the ToTypeId of the TypeTypeRelation

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable

    getId

    Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable

    isActive

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned

    getVersionNumber
  • Method Details

    • getFromTypeId

      String getFromTypeId()
      This is the FromTypeId of the TypeTypeRelation

      The FromTypeId of the TypeTypeRelation

      Returns:
      the FromTypeId of the TypeTypeRelation
    • getToTypeId

      String getToTypeId()
      This is the ToTypeId of the TypeTypeRelation

      The ToTypeId of the TypeTypeRelation

      Returns:
      the ToTypeId of the TypeTypeRelation
    • getRelationshipType

      RelationshipType getRelationshipType()
      This is the RelationshipType of the TypeTypeRelation

      The RelationshipType of the TypeTypeRelation

      Returns:
      the RelationshipType of the TypeTypeRelation
    • getSequenceNumber

      Integer getSequenceNumber()