Package com.tridion.storage
Class BinaryVariantUrlData
java.lang.Object
com.tridion.storage.ItemUrlData
com.tridion.storage.BinaryVariantUrlData
- All Implemented Interfaces:
BinaryUrlData,UrlData
Represents URL data of the binary variant.
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryVariantUrlData(int namespaceId, int publicationId, int itemId, String variant, String path, String urlPath, Date lastPublishDate) -
Method Summary
Methods inherited from class com.tridion.storage.ItemUrlData
getItemId, getLastPublishDate, getNamespaceId, getPublicationId, getUrlPathMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tridion.storage.UrlData
getItemId, getLastPublishDate, getNamespaceId, getPublicationId, getUrlPath
-
Constructor Details
-
BinaryVariantUrlData
-
-
Method Details
-
getVariant
Get the variant of the bianry.- Specified by:
getVariantin interfaceBinaryUrlData- Returns:
- the binary variant
-
equals
- Overrides:
equalsin classItemUrlData
-
hashCode
public int hashCode()- Overrides:
hashCodein classItemUrlData
-