public class ObjectReferenceAttributeValue extends ReferenceAttributeValue
A ObjectReferenceAttributeValue represents the value of an ObjectReference Attribute of a LibraryObject.
Modifier and Type | Field and Description |
---|---|
protected Long |
m_ReferenceId
The reference ID that represents this value in the database.
|
protected Serializable |
m_Value
The Serializable value.
|
m_Name
Constructor and Description |
---|
ObjectReferenceAttributeValue()
Construct a new ObjectReferenceAttributeValue.
|
ObjectReferenceAttributeValue(String name)
Constructs a new ObjectReferenceAttributeValue with the name set.
|
ObjectReferenceAttributeValue(String name,
Serializable value)
Constructs a new ObjectReferenceAttributeValue with the name
and value set.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
getValue()
get the Serializable value of the ObjectReferenceAttributeValue.
|
void |
setValue(Serializable value)
set the Serializable value of the ObjectReferenceAttributeValue.
|
getName, setName
protected Serializable m_Value
protected Long m_ReferenceId
public ObjectReferenceAttributeValue() throws IfsException
IfsException
- if the operation failspublic ObjectReferenceAttributeValue(String name) throws IfsException
name
- the Attribute nameIfsException
- if the operation failspublic ObjectReferenceAttributeValue(String name, Serializable value) throws IfsException
name
- the Attribute nameIfsException
- if the operation failspublic Serializable getValue() throws IfsException
IfsException
- if the operation failspublic void setValue(Serializable value) throws IfsException
value
- the ObjectReferenceAttributeValue value.IfsException
- if the operation failsCopyright © 2023. All rights reserved.