| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
void |
commit() |
static Object |
constructKey(String name,
PK langPK)
property keys are case insensitive regarding names !
|
protected static EJBProperty |
create(String name,
PK lang,
Object value) |
boolean |
equals(Object o) |
protected boolean |
exists() |
Object |
getKey() |
PK |
getLang() |
String |
getName() |
Object |
getValue() |
Object |
getValue1Internal() |
boolean |
hasChanged() |
int |
hashCode() |
boolean |
isCommitable() |
boolean |
isInDatabase() |
boolean |
isLocalized() |
static EJBProperty |
load(String name,
PK langPK,
Object value) |
Object |
remove() |
void |
rollback() |
Object |
setValue(Object value) |
String |
toString() |
void |
wroteChanges(boolean success) |
protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static Object constructKey(String name, PK langPK)
public boolean hasChanged()
public boolean isInDatabase()
public void wroteChanges(boolean success)
success - signals if database was updatedprotected boolean exists()
public Object getValue1Internal()
protected static EJBProperty create(String name, PK lang, Object value)
public static EJBProperty load(String name, PK langPK, Object value)
public Object getKey()
public boolean isCommitable()
public String getName()
public boolean isLocalized()
public PK getLang()
public Object getValue()
public Object remove()
public void commit()
public void rollback()
Copyright © 2017 SAP SE. All Rights Reserved.