Package com.iizigo.image
Class AssetReferenceLocation
- java.lang.Object
- com.iizigo.image.AssetReferenceLocation
 
- All Implemented Interfaces:
- java.lang.Comparable<AssetReferenceLocation>
 - public class AssetReferenceLocation extends java.lang.Object implements java.lang.Comparable<AssetReferenceLocation> An asset reference and location holder.- Author:
- Christopher Mindus
 
- Field Summary- Fields - Modifier and Type - Field - Description - Position- location- java.lang.String- name- AssetReference- ref
 - Constructor Summary- Constructors - Constructor - Description - AssetReferenceLocation()
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - int- compareTo(AssetReferenceLocation o)Sorts by name if defined, otherwise location.
 
- Field Detail- ref- public AssetReference ref 
 - location- public Position location 
 - name- public java.lang.String name 
 
 - Method Detail- compareTo- public int compareTo(AssetReferenceLocation o) Sorts by name if defined, otherwise location.- Specified by:
- compareToin interface- java.lang.Comparable<AssetReferenceLocation>