net.sf.sail.webapp.domain.impl
Class CurnitImpl
java.lang.Object
net.sf.sail.webapp.domain.impl.CurnitImpl
- All Implemented Interfaces:
- Serializable, Curnit, Persistable
- Direct Known Subclasses:
- ModuleImpl, RooloEnlaceLORModuleImpl, RooloXmlModuleImpl
public class CurnitImpl
- extends Object
- implements Curnit
- Version:
- $Id$
- Author:
- Cynick Young
- See Also:
- Serialized Form
DATA_STORE_NAME
public static final String DATA_STORE_NAME
- See Also:
- Constant Field Values
COLUMN_NAME_SDS_CURNIT_FK
public static final String COLUMN_NAME_SDS_CURNIT_FK
- See Also:
- Constant Field Values
CurnitImpl
public CurnitImpl()
getSdsCurnit
public SdsCurnit getSdsCurnit()
- Specified by:
getSdsCurnit in interface Curnit
- Returns:
- the sdsCurnit
- See Also:
Curnit.getSdsCurnit()
setSdsCurnit
public void setSdsCurnit(SdsCurnit sdsCurnit)
- Specified by:
setSdsCurnit in interface Curnit
- Parameters:
sdsCurnit - the sdsCurnit to set- See Also:
Curnit.setSdsCurnit(net.sf.sail.webapp.domain.sds.SdsCurnit)
getId
public Long getId()
- Description copied from interface:
Persistable
- Primary identifier that is unique for each different object instance.
- Specified by:
getId in interface Curnit- Specified by:
getId in interface Persistable
- Returns:
- The id of the curnit in the persistent data store
- See Also:
Curnit.getId()
getName
public String getName()
setName
public void setName(String name)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
- See Also:
Object.hashCode()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
- See Also:
Object.equals(java.lang.Object)
accept
public Object accept(CurnitVisitor visitor)
- Description copied from interface:
Curnit
- Visitor pattern, accepts CurnitVisitors
- Specified by:
accept in interface Curnit
- See Also:
Curnit.accept(net.sf.sail.webapp.domain.CurnitVisitor)
Copyright © 2012. All Rights Reserved.