Interface TypeTypeRelationContract

All Superinterfaces:
Identifiable, Inactivatable, Versioned
All Known Implementing Classes:
TypeTypeRelation, TypeTypeRelation.Builder

public interface TypeTypeRelationContract extends Identifiable, Inactivatable, Versioned
Defines the contract for a TypeTypeRelation
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • 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()