org.openxma.dsl.reference.base.model.impl
Class BaseEntityImpl
java.lang.Object
org.openxma.dsl.reference.base.model.impl.BaseEntityImpl
- All Implemented Interfaces:
- BaseEntity
- Direct Known Subclasses:
- AbstractCustomerImpl, AbstractSupplierImpl, AddressImpl, CategoryImpl, OrderImpl, OrderItemImpl, ProductImageImpl, VODataImpl
@Component(value="baseEntityPrototype")
@Scope(value="prototype")
public class BaseEntityImpl
- extends java.lang.Object
- implements BaseEntity
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BaseEntityImpl
public BaseEntityImpl()
setOid
public void setOid(java.lang.String oid)
getOid
public java.lang.String getOid()
- Specified by:
getOid in interface BaseEntity
setVersion
public void setVersion(java.util.Date version)
getVersion
public java.util.Date getVersion()
- Specified by:
getVersion in interface BaseEntity
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.