@DTO public class UESCastHistoryAttributes extends java.lang.Object
UESCast#getCastHistoryList(UESURI, UESCastHistoryRecord)
.Modifier and Type | Field and Description |
---|---|
private java.util.Date |
castCreationStamp
The time of the cast creation.
|
private java.util.Date |
castDeletionStamp
The time of the cast deletion. null if the cast still exists.
|
private UESCastDirection |
castDirection
Direction of the cast.
|
private java.lang.String |
castSubjectCode
Code of the subject from which the cast leads.
|
private java.lang.String |
castSubjectName
Name of the subject from which the cast leads.
|
private UESSubjectType |
castSubjectType
Type of the subject from which the cast leads.
|
private java.lang.String |
castSubjectUri
The subject from which the cast leads, identified by UESURI.
|
private UESCastLevel |
level |
private java.lang.String |
subjectCode
Code of the subject in which the cast leads.
|
private java.lang.String |
subjectName
Name of the subject in which the cast leads.
|
private UESSubjectType |
subjectType
Type of the subject.
|
private java.lang.String |
subjectUri
The subject in which the cast leads, identified by UESURI.
|
Constructor and Description |
---|
UESCastHistoryAttributes(java.lang.String subjectUri,
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCastCreationStamp() |
java.util.Date |
getCastDeletionStamp() |
UESCastDirection |
getCastDirection() |
java.lang.String |
getCastSubjectCode() |
java.lang.String |
getCastSubjectName() |
UESSubjectType |
getCastSubjectType() |
java.lang.String |
getCastSubjectUri() |
UESCastLevel |
getLevel() |
java.lang.String |
getSubjectCode() |
java.lang.String |
getSubjectName() |
UESSubjectType |
getSubjectType() |
java.lang.String |
getSubjectUri() |
void |
setCastCreationStamp(java.util.Date castCreationStamp) |
void |
setCastDeletionStamp(java.util.Date castDeletionStamp) |
void |
setCastDirection(UESCastDirection castDirection) |
void |
setCastSubjectCode(java.lang.String castSubjectCode) |
void |
setCastSubjectName(java.lang.String castSubjectName) |
void |
setCastSubjectType(UESSubjectType castSubjectType) |
void |
setCastSubjectUri(java.lang.String castSubjectUri) |
void |
setLevel(UESCastLevel level) |
void |
setSubjectCode(java.lang.String subjectCode) |
void |
setSubjectName(java.lang.String subjectName) |
void |
setSubjectType(UESSubjectType subjectType) |
void |
setSubjectUri(java.lang.String subjectUri) |