public final class UrlListResource extends ResourceBlock
Url list resource
ResourceBlock.ResourceBlockState
ResouceBlockMeSaSignature, ResouceBlockSignature
Constructor and Description |
---|
UrlListResource()
Initializes a new instance of the
UrlListResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets or sets the count.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int[] |
getIds()
Gets or sets the ids.
|
int[] |
getLongs()
Gets or sets the longs.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
String[] |
getTexts()
Gets or sets the texts.
|
void |
setCount(int value)
Gets or sets the count.
|
void |
setIds(int[] value)
Gets or sets the ids.
|
void |
setLongs(int[] value)
Gets or sets the longs.
|
void |
setTexts(String[] value)
Gets or sets the texts.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public UrlListResource()
Initializes a new instance of the UrlListResource
class.
public final int getCount()
Gets or sets the count.
Value: The count.public final void setCount(int value)
Gets or sets the count.
Value: The count.public final int[] getLongs()
Gets or sets the longs.
Value: The longs.public final void setLongs(int[] value)
Gets or sets the longs.
Value: The longs.public final int[] getIds()
Gets or sets the ids.
Value: The ids.public final void setIds(int[] value)
Gets or sets the ids.
Value: The ids.public final String[] getTexts()
Gets or sets the texts.
Value: The texts.public final void setTexts(String[] value)
Gets or sets the texts.
Value: The texts.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