public abstract class StringProperty extends Property
KEY_GROUP_GLOBAL| Constructor and Description |
|---|
StringProperty() |
| 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. |
String |
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(String 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 String getPropertyValue()
public int hashCode()
Property
class it will simply delegate the call up there.hashCode in class PropertyProperty.hashCode()public void setPropertyValue(String propertyValue)
Copyright © 2019 Communote team. All rights reserved.