| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.core.document.dto.RefDocRelationInfo
public class RefDocRelationInfo
Information about the object to document relation.
| Field Summary | |
|---|---|
| private  Map<String,String> | attributes | 
| private  RichTextInfo | desc | 
| private  String | documentId | 
| 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 | title | 
| private  String | type | 
| Constructor Summary | |
|---|---|
| RefDocRelationInfo() | |
| Method Summary | |
|---|---|
|  Map<String,String> | getAttributes()List of key/value pairs, typically used for dynamic attributes. | 
|  RichTextInfo | getDesc()The description of the document usage in the context of the relation to the object. | 
|  String | getDocumentId()Unique identifier for a document. | 
|  Date | getEffectiveDate()Date and time that this Object Doc Relation became effective. | 
|  Date | getExpirationDate()Date and time that this Object Doc Relation expires. | 
|  String | getId()Unique identifier for a LU to document relation. | 
|  MetaInfo | getMetaInfo()Create and last update info for the structure. | 
|  String | getRefObjectId()Identifier for an object. | 
|  String | getRefObjectTypeKey()Unique identifier for an object type. | 
|  String | getState()The current status of the object to document relationship. | 
|  String | getTitle()The title of the document usage in the context of the relation to the object. | 
|  String | getType()Unique identifier for an object/document relationship type. | 
|  void | setAttributes(Map<String,String> attributes) | 
|  void | setDesc(RichTextInfo desc) | 
|  void | setDocumentId(String documentId) | 
|  void | setEffectiveDate(Date effectiveDate) | 
|  void | setExpirationDate(Date expirationDate) | 
|  void | setId(String id) | 
|  void | setMetaInfo(MetaInfo metaInfo) | 
|  void | setRefObjectId(String refObjectId) | 
|  void | setRefObjectTypeKey(String refObjectTypeKey) | 
|  void | setState(String state) | 
|  void | setTitle(String title) | 
|  void | setType(String type) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private static final long serialVersionUID
private String refObjectTypeKey
private String refObjectId
private String documentId
private String title
private RichTextInfo desc
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 RefDocRelationInfo()
| Method Detail | 
|---|
public String getRefObjectTypeKey()
public void setRefObjectTypeKey(String refObjectTypeKey)
public String getRefObjectId()
public void setRefObjectId(String refObjectId)
public String getDocumentId()
public void setDocumentId(String documentId)
public String getTitle()
public void setTitle(String title)
public RichTextInfo getDesc()
public void setDesc(RichTextInfo desc)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
public Map<String,String> getAttributes()
getAttributes in interface HasAttributespublic void setAttributes(Map<String,String> attributes)
setAttributes in interface HasAttributespublic MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metaInfo)
public String getType()
getType in interface HasTypeStatepublic void setType(String type)
setType in interface HasTypeStatepublic String getState()
getState in interface HasTypeStatepublic void setState(String state)
setState in interface HasTypeStatepublic String getId()
getId in interface Idablepublic void setId(String id)
setId in interface Idable| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||