com.opensymphony.user.provider.castor.entity
Class BaseCastorEntity

java.lang.Object
  extended bycom.opensymphony.user.provider.castor.entity.BaseCastorEntity
All Implemented Interfaces:
CastorEntity
Direct Known Subclasses:
CastorGroup, CastorUser

public class BaseCastorEntity
extends java.lang.Object
implements CastorEntity

Author:
Dan Bachelder

Constructor Summary
BaseCastorEntity()
           
 
Method Summary
 java.math.BigDecimal getId()
           
 java.lang.String getName()
           
 void setId(java.math.BigDecimal id)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCastorEntity

public BaseCastorEntity()
Method Detail

setId

public void setId(java.math.BigDecimal id)
Specified by:
setId in interface CastorEntity

getId

public java.math.BigDecimal getId()
Specified by:
getId in interface CastorEntity

setName

public void setName(java.lang.String name)
Specified by:
setName in interface CastorEntity

getName

public java.lang.String getName()
Specified by:
getName in interface CastorEntity

See www.opensymphony.com for more information.