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 TypeMethodDescriptionThis is the FromTypeId of the TypeTypeRelationThis is the RelationshipType of the TypeTypeRelationThis is the ToTypeId of the TypeTypeRelationMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActiveMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getFromTypeId
String getFromTypeId()This is the FromTypeId of the TypeTypeRelationThe FromTypeId of the TypeTypeRelation
- Returns:
- the FromTypeId of the TypeTypeRelation
-
getToTypeId
String getToTypeId()This is the ToTypeId of the TypeTypeRelationThe ToTypeId of the TypeTypeRelation
- Returns:
- the ToTypeId of the TypeTypeRelation
-
getRelationshipType
RelationshipType getRelationshipType()This is the RelationshipType of the TypeTypeRelationThe RelationshipType of the TypeTypeRelation
- Returns:
- the RelationshipType of the TypeTypeRelation
-
getSequenceNumber
Integer getSequenceNumber()
-