| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.core.statement.dto.RefStatementRelationInfo
public class RefStatementRelationInfo
| Field Summary | |
|---|---|
private  Map<String,String> | 
attributes
 | 
private  Date | 
effectiveDate
 | 
private  Date | 
expirationDate
 | 
private  String | 
id
 | 
private  MetaInfo | 
metaInfo
 | 
private  String | 
refObjectId
 | 
private  String | 
refObjectTypeKey
 | 
private static long | 
serialVersionUID
 | 
private  String | 
state
 | 
private  String | 
statementId
 | 
private  String | 
type
 | 
| Constructor Summary | |
|---|---|
RefStatementRelationInfo()
 | 
|
| Method Summary | |
|---|---|
 Map<String,String> | 
getAttributes()
Gets the list of key/value pairs, typically used for dynamic attributes.  | 
 Date | 
getEffectiveDate()
Gets the date and time that this object to statement relationship became effective.  | 
 Date | 
getExpirationDate()
Gets the date and time that this object to statement relationship expires.  | 
 String | 
getId()
Gets the unique identifier for a single Object Statement Relationship record.  | 
 MetaInfo | 
getMetaInfo()
Gets the create and last update info for the structure.  | 
 String | 
getRefObjectId()
Sets the identifier for an object.  | 
 String | 
getRefObjectTypeKey()
Gets the unique identifier for an object type.  | 
 String | 
getState()
Gets the identifier for the current status of the object to statement relationship.  | 
 String | 
getStatementId()
Gets the unique identifier for a single statement record.  | 
 String | 
getType()
Gets the object to statement relation type.  | 
 void | 
setAttributes(Map<String,String> attributes)
Sets the list of key/value pairs, typically used for dynamic attributes.  | 
 void | 
setEffectiveDate(Date effectiveDate)
Sets the date and time that this object to statement relationship became effective.  | 
 void | 
setExpirationDate(Date expirationDate)
Sets the date and time that this object to statement relationship expires.  | 
 void | 
setId(String id)
Sets the unique identifier for a single Object Statement Relationship record.  | 
 void | 
setMetaInfo(MetaInfo metaInfo)
Sets the create and last update info for the structure.  | 
 void | 
setRefObjectId(String refObjectId)
Gets the identifier for an object.  | 
 void | 
setRefObjectTypeKey(String refObjectTypeKey)
Sets the unique identifier for an object type.  | 
 void | 
setState(String state)
Sets the identifier for the current status of the object to statement relationship.  | 
 void | 
setStatementId(String statementId)
Sets the unique identifier for a single statement record.  | 
 void | 
setType(String type)
Sets the object to statement relation type.  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
private static final long serialVersionUID
private String refObjectTypeKey
private String refObjectId
private String statementId
private Date effectiveDate
private Date expirationDate
private Map<String,String> attributes
private MetaInfo metaInfo
private String type
private String state
private String id
| Constructor Detail | 
|---|
public RefStatementRelationInfo()
| Method Detail | 
|---|
public String getRefObjectTypeKey()
public void setRefObjectTypeKey(String refObjectTypeKey)
refObjectTypeKey - Reference object type keypublic String getRefObjectId()
public void setRefObjectId(String refObjectId)
refObjectId - Reference object idpublic String getStatementId()
public void setStatementId(String statementId)
statementId - Statement idpublic Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
effectiveDate - Object to statement relationship effective datepublic Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate - Object to statement relationship expiration datepublic Map<String,String> getAttributes()
getAttributes in interface HasAttributespublic void setAttributes(Map<String,String> attributes)
setAttributes in interface HasAttributesattributes - Map of attributespublic MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
metaInfo - Meta data informationpublic String getType()
getType in interface HasTypeStatepublic void setType(String type)
setType in interface HasTypeStatetype - Object to statement relation typepublic String getState()
getState in interface HasTypeStatepublic void setState(String state)
setState in interface HasTypeStatestate - Object to statement relation statepublic String getId()
getId in interface Idablepublic void setId(String id)
setId in interface Idableid - Object to statement relation identifierpublic String toString()
toString in class Object
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||