Package | org.vostokframework.domain.assets |
Class | public class Asset |
Inheritance | Asset Object |
Implements | org.as3coreaddendum.system.IEquatable, org.as3coreaddendum.system.IDisposable |
Property | Defined By | ||
---|---|---|---|
identification : VostokIdentification [read-only]
description
| Asset | ||
src : String [read-only]
description
| Asset | ||
type : AssetType [read-only]
description
| Asset |
Method | Defined By | ||
---|---|---|---|
description
| Asset | ||
dispose():void | Asset | ||
equals(other:*):Boolean | Asset | ||
toString():String
description
| Asset |
identification | property |
identification:VostokIdentification
[read-only] description
public function get identification():VostokIdentification
src | property |
src:String
[read-only] description
public function get src():String
type | property |
Asset | () | Constructor |
public function Asset(identification:VostokIdentification, src:String, type:AssetType)
description
Parametersidentification:VostokIdentification | |
src:String | |
type:AssetType — type
|
ArgumentError — if the <codeph>id</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
| |
ArgumentError — if the <codeph>src</codeph> argument is <codeph>null</codeph> or <codeph>empty</codeph>.
| |
ArgumentError — if the <codeph>type</codeph> argument is <codeph>null</codeph>.
| |
ArgumentError — if the <codeph>src</codeph> argument is <codeph>null</codeph>.
|
dispose | () | method |
public function dispose():void
equals | () | method |
public function equals(other:*):Boolean
Parameters
other:* |
Boolean |
toString | () | method |
public function toString():String
description
ReturnsString —
|