public class AttributeGroupDefinition extends ServiceDataObject implements Serializable
Constructor and Description |
---|
AttributeGroupDefinition() |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
getAttributes()
Gets the array of Attribute definition objects for the group definition.
|
Attribute |
getAttributes(int index)
Gets the value at the specified index in the Attributes array.
|
String |
getDisplayName()
Gets the display name of the group definition.
|
long |
getID()
Gets the ID of the group definition (e.g. for Category types, this is the Category node's ID).
|
String |
getKey()
Gets the key identifying the group definition, corresponding to the key in the value instance AttributeGroup.
|
String |
getType()
Gets the type of the group definition (e.g.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setAttributes(Attribute[] value)
Sets the array of Attribute definition objects for the group definition.
|
void |
setAttributes(int index,
Attribute value)
Sets the value at the specified index in the fAttributes array.
|
void |
setDisplayName(String value)
Sets the display name of the group definition.
|
void |
setID(long value)
Sets the ID of the group definition (e.g. for Category types, this is the Category node's ID).
|
void |
setKey(String value)
Sets the key identifying the group definition, corresponding to the key in the value instance AttributeGroup.
|
void |
setType(String value)
Sets the type of the group definition (e.g.
|
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 setAttributes(Attribute[] value)
public Attribute[] getAttributes()
public void setAttributes(int index, Attribute value)
public Attribute getAttributes(int index)
public void setDisplayName(String value)
public String getDisplayName()
public void setID(long value)
public long getID()
public void setKey(String value)
public String getKey()
public void setType(String value)
public String getType()
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.