public static class RelationshipInfo.Builder extends HasAttributesAndMetaInfo.Builder implements Relationship
Constructor and Description |
---|
RelationshipInfo.Builder() |
RelationshipInfo.Builder(Relationship amrInfo) |
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.
|
void |
setEffectiveDate(Date effectiveDate) |
void |
setExpirationDate(Date expirationDate) |
void |
setId(String id) |
void |
setStateKey(String stateKey) |
void |
setTypeKey(String typeKey) |
getMeta, setMetaInfo
getAttributes, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes
public RelationshipInfo.Builder()
public RelationshipInfo.Builder(Relationship amrInfo)
public String getId()
HasId
public String getTypeKey()
HasType
getTypeKey
in interface HasType
public void setTypeKey(String typeKey)
public String getStateKey()
HasState
getStateKey
in interface HasState
public void setStateKey(String stateKey)
public Date getEffectiveDate()
HasEffectiveDates
getEffectiveDate
in interface HasEffectiveDates
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDates
getExpirationDate
in interface HasEffectiveDates
public void setExpirationDate(Date expirationDate)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.