public class CadFieldData extends Object
The Field data
Constructor and Description |
---|
CadFieldData()
Initializes a new instance of the
CadFieldData class. |
Modifier and Type | Method and Description |
---|---|
CadStringParameter |
getAttribute001()
Gets or sets the attribute 1.
|
CadStringParameter |
getAttribute300()
Gets or sets the attribute 300.
|
CadStringParameter |
getAttribute302()
Gets or sets the attribute 302.
|
CadStringParameter |
getAttribute304()
Gets or sets the attribute304.
|
CadIntParameter |
getAttribute93()
Gets or sets the attribute 93.
|
CadIntParameter |
getAttribute94()
Gets or sets the attribute94.
|
CadBinaryParameter |
getBinaryData()
Gets or sets the binary data.
|
CadIntParameter |
getBinaryDataBufferSize()
Gets or sets the size of the binary data buffer.
|
CadDoubleParameter |
getDoubleValue()
Gets or sets the double value.
|
CadStringParameter |
getEvaluatedCacheKeyString()
Gets the evaluated cache key string.
|
CadStringParameter |
getFieldDataKeyString()
Gets or sets the area parameters.
|
CadIntParameter |
getFieldValueDataType()
Gets or sets the type of the field value data.
|
CadIntParameter |
getLongValue()
Gets or sets the long value.
|
CadStringParameter |
getValueId()
Gets or sets the value identifier.
|
void |
setAttribute001(CadStringParameter value)
Gets or sets the attribute 1.
|
void |
setAttribute300(CadStringParameter value)
Gets or sets the attribute 300.
|
void |
setAttribute302(CadStringParameter value)
Gets or sets the attribute 302.
|
void |
setAttribute304(CadStringParameter value)
Gets or sets the attribute304.
|
void |
setAttribute93(CadIntParameter value)
Gets or sets the attribute 93.
|
void |
setAttribute94(CadIntParameter value)
Gets or sets the attribute94.
|
void |
setBinaryData(CadBinaryParameter value)
Gets or sets the binary data.
|
void |
setBinaryDataBufferSize(CadIntParameter value)
Gets or sets the size of the binary data buffer.
|
void |
setDoubleValue(CadDoubleParameter value)
Gets or sets the double value.
|
void |
setFieldDataKeyString(CadStringParameter value)
Gets or sets the area parameters.
|
void |
setFieldValueDataType(CadIntParameter value)
Gets or sets the type of the field value data.
|
void |
setLongValue(CadIntParameter value)
Gets or sets the long value.
|
void |
setValueId(CadStringParameter value)
Gets or sets the value identifier.
|
public CadFieldData()
Initializes a new instance of the CadFieldData
class.
public CadStringParameter getAttribute001()
Gets or sets the attribute 1.
public void setAttribute001(CadStringParameter value)
Gets or sets the attribute 1.
value
- The attribute 1.public CadStringParameter getAttribute300()
Gets or sets the attribute 300.
public void setAttribute300(CadStringParameter value)
Gets or sets the attribute 300.
value
- The attribute 300.public CadStringParameter getAttribute302()
Gets or sets the attribute 302.
public void setAttribute302(CadStringParameter value)
Gets or sets the attribute 302.
value
- The attribute 302.public CadStringParameter getAttribute304()
Gets or sets the attribute304.
public void setAttribute304(CadStringParameter value)
Gets or sets the attribute304.
value
- The attribute304.public CadStringParameter getEvaluatedCacheKeyString()
Gets the evaluated cache key string.
public CadBinaryParameter getBinaryData()
Gets or sets the binary data.
public void setBinaryData(CadBinaryParameter value)
Gets or sets the binary data.
value
- The binary data.public CadIntParameter getBinaryDataBufferSize()
Gets or sets the size of the binary data buffer.
public void setBinaryDataBufferSize(CadIntParameter value)
Gets or sets the size of the binary data buffer.
value
- The size of the binary data buffer.public CadStringParameter getValueId()
Gets or sets the value identifier.
public void setValueId(CadStringParameter value)
Gets or sets the value identifier.
value
- The value identifier.public CadDoubleParameter getDoubleValue()
Gets or sets the double value.
public void setDoubleValue(CadDoubleParameter value)
Gets or sets the double value.
value
- The double value.public CadIntParameter getLongValue()
Gets or sets the long value.
public void setLongValue(CadIntParameter value)
Gets or sets the long value.
value
- The long value.public CadIntParameter getFieldValueDataType()
Gets or sets the type of the field value data.
public void setFieldValueDataType(CadIntParameter value)
Gets or sets the type of the field value data.
value
- The type of the field value data.public CadIntParameter getAttribute93()
Gets or sets the attribute 93.
public void setAttribute93(CadIntParameter value)
Gets or sets the attribute 93.
value
- The attribute 93.public CadIntParameter getAttribute94()
Gets or sets the attribute94.
public void setAttribute94(CadIntParameter value)
Gets or sets the attribute94.
value
- The attribute94.public CadStringParameter getFieldDataKeyString()
Gets or sets the area parameters.
public void setFieldDataKeyString(CadStringParameter value)
Gets or sets the area parameters.