public class BinaryProperty extends Property
Modifier and Type | Class and Description |
---|---|
static class |
BinaryProperty.Factory
Constructs new instances of
BinaryProperty . |
KEY_GROUP_GLOBAL
Constructor and Description |
---|
BinaryProperty() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
This entity does not have any identifiers but since it extends the
Property
class it will simply delegate the call up there. |
byte[] |
getPropertyValue() |
int |
hashCode()
This entity does not have any identifiers but since it extends the
Property
class it will simply delegate the call up there. |
void |
setPropertyValue(byte[] propertyValue) |
getId, getKeyGroup, getLastModificationDate, getPropertyKey, keyEquals, keyEquals, setId, setKeyGroup, setLastModificationDate, setPropertyKey
public String attributesToString()
attributesToString
in class Property
public boolean equals(Object object)
Property
class it will simply delegate the call up there.equals
in class Property
Property.equals(Object)
public byte[] getPropertyValue()
public int hashCode()
Property
class it will simply delegate the call up there.hashCode
in class Property
Property.hashCode()
public void setPropertyValue(byte[] propertyValue)
Copyright © 2019 Communote team. All rights reserved.