org.openxma.dsl.reference.base.model.impl
Class BaseEntityImpl

java.lang.Object
  extended by 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


Constructor Summary
BaseEntityImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getOid()
           
 java.util.Date getVersion()
           
 int hashCode()
           
 void setOid(java.lang.String oid)
           
 void setVersion(java.util.Date version)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseEntityImpl

public BaseEntityImpl()
Method Detail

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.