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, setMetaInfogetAttributes, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributespublic RelationshipInfo.Builder()
public RelationshipInfo.Builder(Relationship amrInfo)
public String getId()
HasIdpublic String getTypeKey()
HasTypegetTypeKey in interface HasTypepublic void setTypeKey(String typeKey)
public String getStateKey()
HasStategetStateKey in interface HasStatepublic void setStateKey(String stateKey)
public Date getEffectiveDate()
HasEffectiveDatesgetEffectiveDate in interface HasEffectiveDatespublic void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDatesgetExpirationDate in interface HasEffectiveDatespublic void setExpirationDate(Date expirationDate)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.