public abstract class TaskProperty extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TaskProperty.Factory
Constructs new instances of
TaskProperty . |
Constructor and Description |
---|
TaskProperty() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an TaskProperty instance and all identifiers for
this entity equal the identifiers of the argument entity. |
Long |
getId() |
String |
getPropertyKey()
Key of the property.
|
String |
getPropertyValue()
Value of the property.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Long id) |
void |
setPropertyKey(String propertyKey) |
void |
setPropertyValue(String propertyValue) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an TaskProperty instance and all identifiers for
this entity equal the identifiers of the argument entity. Returns false
otherwise.public Long getId()
public String getPropertyKey()
Key of the property.
public String getPropertyValue()
Value of the property.
public int hashCode()
public void setId(Long id)
public void setPropertyKey(String propertyKey)
public void setPropertyValue(String propertyValue)
Copyright © 2019 Communote team. All rights reserved.