Package com.enonic.xp.node
Class AttachedBinary
- java.lang.Object
-
- com.enonic.xp.node.AttachedBinary
-
@PublicApi public final class AttachedBinary extends Object
-
-
Constructor Summary
Constructors Constructor Description AttachedBinary(BinaryReference binaryReference, String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BinaryReference
getBinaryReference()
String
getBlobKey()
int
hashCode()
-
-
-
Constructor Detail
-
AttachedBinary
public AttachedBinary(BinaryReference binaryReference, String key)
-
-