Packageartcustomer.maxima.engine.assets
Interfacepublic interface IAsset
Implementors AssetObject

IAsset



Public Properties
 PropertyDefined By
  bytes : *
[read-only]
IAsset
  data : *
[read-only]
IAsset
  file : String
[read-only]
IAsset
  group : String
[read-only]
IAsset
  name : String
[read-only]
IAsset
  source : String
[read-only]
IAsset
  type : String
[read-only]
IAsset
Property Detail
bytesproperty
bytes:*  [read-only]


Implementation
    public function get bytes():*
dataproperty 
data:*  [read-only]


Implementation
    public function get data():*
fileproperty 
file:String  [read-only]


Implementation
    public function get file():String
groupproperty 
group:String  [read-only]


Implementation
    public function get group():String
nameproperty 
name:String  [read-only]


Implementation
    public function get name():String
sourceproperty 
source:String  [read-only]


Implementation
    public function get source():String
typeproperty 
type:String  [read-only]


Implementation
    public function get type():String