public class EntityUniqueDrivenProperties extends Object implements Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Set<String> |
_propertyNameSet
The set of property names.
|
| コンストラクタと説明 |
|---|
EntityUniqueDrivenProperties() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
accept(EntityModifiedProperties properties)
Accept specified properties.
|
void |
addPropertyName(String propertyName)
Add property name.
|
protected void |
assertPropertyNameNotNull(String propertyName) |
void |
clear()
Clear the set of properties.
|
Set<String> |
getPropertyNames()
Get the set of properties.
|
protected Set<String> |
getPropertyNameSet() |
boolean |
isEmpty()
Is the set of properties empty?
|
void |
remove(String propertyName)
Remove property name from the set.
|
String |
toString() |
public void addPropertyName(String propertyName)
propertyName - The string for name. (NotNull)protected void assertPropertyNameNotNull(String propertyName)
public Set<String> getPropertyNames()
public boolean isEmpty()
public void clear()
public void remove(String propertyName)
propertyName - The string for name. (NotNull)public void accept(EntityModifiedProperties properties)
properties - The properties as copy-resource. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.