@Deprecated public abstract class AbstractNotPersistentEntity extends AbstractInstance implements Entity<java.util.UUID>, HasUuid, CubaEnhancingDisabled
Instance.BeanPropertyPath, Instance.PropertyChangeEvent, Instance.PropertyChangeListener| Modifier and Type | Field and Description |
|---|---|
protected boolean |
__new
Deprecated.
|
protected java.util.UUID |
id
Deprecated.
|
__propertyChangeListeners, PROPERTY_CHANGE_LISTENERS_INITIAL_CAPACITY| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNotPersistentEntity()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.util.UUID |
getId()
Deprecated.
|
MetaClass |
getMetaClass()
Deprecated.
|
java.util.UUID |
getUuid()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setId(java.util.UUID id)
Deprecated.
|
void |
setUuid(java.util.UUID uuid)
Deprecated.
|
void |
setValue(java.lang.String property,
java.lang.Object obj,
boolean checkEquals)
Deprecated.
Set value to property in instance
For internal use only.
|
java.lang.String |
toString()
Deprecated.
|
addPropertyChangeListener, getInstanceName, getMethodsCache, getRelatedPropertiesCache, getRelatedReadOnlyProperties, getValue, getValueEx, getValueEx, propertyChanged, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, getInstanceName, getValue, getValueEx, getValueEx, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExpublic void setUuid(java.util.UUID uuid)
public MetaClass getMetaClass()
getMetaClass in interface Instancepublic java.util.UUID getId()
public void setId(java.util.UUID id)
public void setValue(java.lang.String property,
java.lang.Object obj,
boolean checkEquals)
AbstractInstanceAbstractInstance.setValue(String, Object)setValue in class AbstractInstanceproperty - property nameobj - valuecheckEquals - check equals for previous and new value.
If flag is true and objects equals, then setter will not be invokedpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object