Squiz Matrix
4.12.2
|
Public Member Functions | |
AssetType (String typeCode) | |
boolean | isCreatable () |
String[] | getMenuPath () |
String | getName () |
Icon | getIcon () |
boolean | isIconLoaded () |
String | getTypeCode () |
Iterator | getScreens () |
AssetType | getParentType () |
boolean | isAncestor (AssetType parentType) |
boolean | isAncestor (String assetType) |
void | setParentType (AssetType parentType) |
int | hashCode () |
String | toString () |
boolean | equals (Object obj) |
The AssetType
class represents an Asset Type in the mysource Matrix system.
Definition at line 30 of file AssetType.java.
|
inline |
Constructs a new asset type for the given type code
Definition at line 45 of file AssetType.java.
|
inline |
returns TRUE if this Asset Type is equal to the given object
Definition at line 197 of file AssetType.java.
|
inline |
Returns the icon for this asset type
Definition at line 112 of file AssetType.java.
|
inline |
Returns the menu path for this asset type
Definition at line 96 of file AssetType.java.
|
inline |
Returns this asset type's name
Definition at line 104 of file AssetType.java.
|
inline |
Returns the parent type of this asset type
Definition at line 155 of file AssetType.java.
|
inline |
Returns a Iterator of the screens for this asset type
Definition at line 147 of file AssetType.java.
|
inline |
Returns the type code of this asset type
Definition at line 128 of file AssetType.java.
|
inline |
Returns the unique hash code for this asset type
Definition at line 185 of file AssetType.java.
|
inline |
Returns TRUE if this asset type is createable.
Definition at line 75 of file AssetType.java.
|
inline |
Returns whether the icon is loaded for this asset type
Definition at line 120 of file AssetType.java.
|
inline |
Sets the parent type of this asset type
parentType | the parent type of this asset type |
Definition at line 177 of file AssetType.java.