public class NodeReservationInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
NodeReservationInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
getReserved()
Gets the reserved flag for the node.
|
long |
getReservedBy()
Gets the ID of the user who reserved the node.
|
Date |
getReservedDate()
Gets the date the node was reserved.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setReserved(boolean value)
Sets the reserved flag for the node.
|
void |
setReservedBy(long value)
Sets the ID of the user who reserved the node.
|
void |
setReservedDate(Date value)
Sets the date the node was reserved.
|
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 setReserved(boolean value)
public boolean getReserved()
public void setReservedBy(long value)
public long getReservedBy()
public void setReservedDate(Date value)
public Date getReservedDate()
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.