public class StringPropertyTO extends Object implements Serializable
Constructor and Description |
---|
StringPropertyTO() |
StringPropertyTO(StringPropertyTO otherBean)
Copies constructor from other StringPropertyTO
|
StringPropertyTO(String propertyValue,
String keyGroup,
String propertyKey,
Date lastModificationDate) |
Modifier and Type | Method and Description |
---|---|
void |
copy(StringPropertyTO otherBean)
Copies all properties from the argument value object into this value object.
|
String |
getKeyGroup() |
Date |
getLastModificationDate() |
String |
getPropertyKey() |
String |
getPropertyValue() |
void |
setKeyGroup(String keyGroup) |
void |
setLastModificationDate(Date lastModificationDate) |
void |
setPropertyKey(String propertyKey) |
void |
setPropertyValue(String propertyValue) |
public StringPropertyTO()
public StringPropertyTO(String propertyValue, String keyGroup, String propertyKey, Date lastModificationDate)
public StringPropertyTO(StringPropertyTO otherBean)
otherBean
- , cannot be null
NullPointerException
- if the argument is null
public void copy(StringPropertyTO otherBean)
public String getKeyGroup()
public Date getLastModificationDate()
public String getPropertyKey()
public String getPropertyValue()
public void setKeyGroup(String keyGroup)
public void setLastModificationDate(Date lastModificationDate)
public void setPropertyKey(String propertyKey)
public void setPropertyValue(String propertyValue)
Copyright © 2019 Communote team. All rights reserved.