|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.smartlab.web.BusinessObject
public abstract class BusinessObject
TODO documentation
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
logger
Allows for business operations logging. |
Constructor Summary | |
---|---|
BusinessObject()
|
Method Summary | |
---|---|
long |
getVersion()
Returns the object version. |
void |
setVersion(long version)
Sets the object version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final transient org.apache.commons.logging.Log logger
Constructor Detail |
---|
public BusinessObject()
Method Detail |
---|
public long getVersion()
public void setVersion(long version)
version
- the version to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |