Package com.iizigo.image
Class AssetReferenceLocation
java.lang.Object
com.iizigo.image.AssetReferenceLocation
- All Implemented Interfaces:
Comparable<AssetReferenceLocation>
An asset reference and location holder.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionint
Sorts by name if defined, otherwise location.
Field Details
ref
location
name
Constructor Details
AssetReferenceLocation
public AssetReferenceLocation()
Method Details
compareTo
Sorts by name if defined, otherwise location.- Specified by:
compareTo
in interfaceComparable<AssetReferenceLocation>