public class DateFormat extends ServiceDataObject implements Serializable
Constructor and Description |
---|
DateFormat() |
Modifier and Type | Method and Description |
---|---|
DateOrder |
getDateOrder()
Gets the order of the elements in the date.
|
String |
getFormatName()
Gets the name of the format (Input, Long, or Short).
|
boolean |
getIs24HrClock()
Gets whether the time is represented as a 24-hour clock.
|
MonthFormat |
getMonthFormat()
Gets the format of the month.
|
String |
getSeparator1()
Gets the first separator character.
|
String |
getSeparator2()
Gets the second separator character.
|
YearFormat |
getYearFormat()
Gets the format of the year.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDateOrder(DateOrder value)
Sets the order of the elements in the date.
|
void |
setFormatName(String value)
Sets the name of the format (Input, Long, or Short).
|
void |
setIs24HrClock(boolean value)
Sets whether the time is represented as a 24-hour clock.
|
void |
setMonthFormat(MonthFormat value)
Sets the format of the month.
|
void |
setSeparator1(String value)
Sets the first separator character.
|
void |
setSeparator2(String value)
Sets the second separator character.
|
void |
setYearFormat(YearFormat value)
Sets the format of the year.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setDateOrder(DateOrder value)
public DateOrder getDateOrder()
public void setFormatName(String value)
public String getFormatName()
public void setIs24HrClock(boolean value)
public boolean getIs24HrClock()
public void setMonthFormat(MonthFormat value)
public MonthFormat getMonthFormat()
public void setSeparator1(String value)
public String getSeparator1()
public void setSeparator2(String value)
public String getSeparator2()
public void setYearFormat(YearFormat value)
public YearFormat getYearFormat()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.