public final class DocumentSpecificIdsResource extends ResourceBlock
Document Specific Ids resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
DocumentSpecificIdsResource()
Initializes a new instance of the
DocumentSpecificIdsResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getId()
Gets or sets the identifier.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setId(int value)
Gets or sets the identifier.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public DocumentSpecificIdsResource()
Initializes a new instance of the DocumentSpecificIdsResource
class.
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize
in class ResourceBlock
public int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion
in class ResourceBlock
public int getId()
Gets or sets the identifier.
Value: The identifier.public void setId(int value)
Gets or sets the identifier.
Value: The identifier.