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