Packageorg.vostokframework.domain.assets
Classpublic class Asset
InheritanceAsset Inheritance Object
Implements org.as3coreaddendum.system.IEquatable, org.as3coreaddendum.system.IDisposable

description



Public Properties
 PropertyDefined By
  identification : VostokIdentification
[read-only] description
Asset
  src : String
[read-only] description
Asset
  type : AssetType
[read-only] description
Asset
Public Methods
 MethodDefined By
  
Asset(identification:VostokIdentification, src:String, type:AssetType)
description
Asset
  
dispose():void
Asset
  
equals(other:*):Boolean
Asset
  
toString():String
description
Asset
Property Detail
identificationproperty
identification:VostokIdentification  [read-only]

description


Implementation
    public function get identification():VostokIdentification
srcproperty 
src:String  [read-only]

description


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

description


Implementation
    public function get type():AssetType
Constructor Detail
Asset()Constructor
public function Asset(identification:VostokIdentification, src:String, type:AssetType)

description

Parameters
identification:VostokIdentification
 
src:String
 
type:AssetType — type

Throws
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>.
Method Detail
dispose()method
public function dispose():void

equals()method 
public function equals(other:*):Boolean

Parameters

other:*

Returns
Boolean
toString()method 
public function toString():String

description

Returns
String