public class DnxDocumentHelper.PreservationLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PRESERVATIONLEVELDATEASSIGNED |
static java.lang.String |
PRESERVATIONLEVELRATIONALE |
static java.lang.String |
PRESERVATIONLEVELROLE |
static java.lang.String |
PRESERVATIONLEVELVALUE |
static java.lang.String |
sectionId |
Constructor and Description |
---|
PreservationLevel() |
PreservationLevel(java.lang.String preservationLevelValue,
java.lang.String preservationLevelRole,
java.lang.String preservationLevelRationale,
java.lang.String preservationLevelDateAssigned)
Creates the PreservationLevel section.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInternalPreservationLevelDateAssigned()
Gets the PreservationLevel preservationLevelDateAssigned by internal date format (yyyy-MM-dd HH:mm:ss).
|
java.lang.String |
getPreservationLevelDateAssigned()
Gets the PreservationLevel preservationLevelDateAssigned by UI date format.
|
java.lang.String |
getPreservationLevelRationale()
Gets the PreservationLevel preservationLevelRationale.
|
java.lang.String |
getPreservationLevelRole()
Gets the PreservationLevel preservationLevelRole.
|
java.lang.String |
getPreservationLevelValue()
Gets the PreservationLevel preservationLevelValue.
|
DnxSectionRecord |
getRecord() |
void |
setPreservationLevelDateAssigned(java.lang.String s)
Sets the PreservationLevel preservationLevelDateAssigned.
|
void |
setPreservationLevelRationale(java.lang.String s)
Sets the PreservationLevel preservationLevelRationale.
|
void |
setPreservationLevelRole(java.lang.String s)
Sets the PreservationLevel preservationLevelRole.
|
void |
setPreservationLevelValue(java.lang.String s)
Sets the PreservationLevel preservationLevelValue.
|
void |
setRecord(DnxSectionRecord record) |
public static final java.lang.String sectionId
public static final java.lang.String PRESERVATIONLEVELVALUE
public static final java.lang.String PRESERVATIONLEVELROLE
public static final java.lang.String PRESERVATIONLEVELRATIONALE
public static final java.lang.String PRESERVATIONLEVELDATEASSIGNED
public PreservationLevel()
public PreservationLevel(java.lang.String preservationLevelValue, java.lang.String preservationLevelRole, java.lang.String preservationLevelRationale, java.lang.String preservationLevelDateAssigned)
preservationLevelValue
- A value indicating the set of preservation functions expected to be applied to the object (for example, bit-level, full)preservationLevelRole
- A value indicating the context in which a set of preservation options is applicable (for example, requirement, intention, capability)preservationLevelRationale
- The reason a particular preservationLevelValue was applied to the object.preservationLevelDateAssigned
- The date, or date and time, when a particular preservationLevelValue was assigned to the object.public DnxSectionRecord getRecord()
public void setRecord(DnxSectionRecord record)
public java.lang.String getPreservationLevelValue()
public void setPreservationLevelValue(java.lang.String s)
s
- A value indicating the set of preservation functions expected to be applied to the object (for example, bit-level, full)public java.lang.String getPreservationLevelRole()
public void setPreservationLevelRole(java.lang.String s)
s
- A value indicating the context in which a set of preservation options is applicable (for example, requirement, intention, capability)public java.lang.String getPreservationLevelRationale()
public void setPreservationLevelRationale(java.lang.String s)
s
- The reason a particular preservationLevelValue was applied to the object.public java.lang.String getPreservationLevelDateAssigned()
public java.lang.String getInternalPreservationLevelDateAssigned()
public void setPreservationLevelDateAssigned(java.lang.String s)
s
- The date, or date and time, when a particular preservationLevelValue was assigned to the object.