public abstract class RelationshipInfo extends HasAttributesAndMetaInfo implements Relationship, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RelationshipInfo.Builder |
attributes
Modifier | Constructor and Description |
---|---|
protected |
RelationshipInfo() |
protected |
RelationshipInfo(Relationship builder) |
Modifier and Type | Method and Description |
---|---|
Date |
getEffectiveDate()
Name:Effective Date
Date/time this object became effective.
|
Date |
getExpirationDate()
Name: Expiration Date
Date/time this relationship is no longer effective.
|
String |
getId()
The system assigned unique id to identify this Object.
|
String |
getStateKey()
Name: State Key
Unique identifier for the state of this object.
|
String |
getTypeKey()
Unique key for the type of this object.
|
getMeta
getAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
protected RelationshipInfo()
protected RelationshipInfo(Relationship builder)
public String getId()
HasId
public String getTypeKey()
HasType
getTypeKey
in interface HasType
public String getStateKey()
HasState
getStateKey
in interface HasState
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.