public class AttributeGroup extends ServiceDataObject implements Serializable
Constructor and Description |
---|
AttributeGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets the display name of the group.
|
String |
getKey()
Gets the key identifying the group, corresponding to the key of the AttributeGroupDefinition.
|
String |
getType()
Gets the type of the group (e.g.
|
DataValue[] |
getValues()
Gets the list of DataValue objects representing the value of the group.
|
DataValue |
getValues(int index)
Gets the value at the specified index in the Values array.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setDisplayName(String value)
Sets the display name of the group.
|
void |
setKey(String value)
Sets the key identifying the group, corresponding to the key of the AttributeGroupDefinition.
|
void |
setType(String value)
Sets the type of the group (e.g.
|
void |
setValues(DataValue[] value)
Sets the list of DataValue objects representing the value of the group.
|
void |
setValues(int index,
DataValue value)
Sets the value at the specified index in the fValues array.
|
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 setDisplayName(String value)
public String getDisplayName()
public void setKey(String value)
public String getKey()
public void setType(String value)
public String getType()
public void setValues(DataValue[] value)
public DataValue[] getValues()
public void setValues(int index, DataValue value)
public DataValue getValues(int index)
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.