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, setPropertyKeypublic String attributesToString()
attributesToString in class Propertypublic boolean equals(Object object)
Property
class it will simply delegate the call up there.equals in class PropertyProperty.equals(Object)public byte[] getPropertyValue()
public int hashCode()
Property
class it will simply delegate the call up there.hashCode in class PropertyProperty.hashCode()public void setPropertyValue(byte[] propertyValue)
Copyright © 2019 Communote team. All rights reserved.