org.infoglue.cms.entities.management.impl.simple
Class ServerNodeImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.ServerNodeImpl
- All Implemented Interfaces:
- IBaseEntity, ServerNode
public class ServerNodeImpl
- extends java.lang.Object
- implements ServerNode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerNodeImpl
public ServerNodeImpl()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface ServerNode
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
getValueObject
public ServerNodeVO getValueObject()
- Specified by:
getValueObject in interface ServerNode
setValueObject
public void setValueObject(ServerNodeVO valueObject)
- Specified by:
setValueObject in interface ServerNode
getVO
public BaseEntityVO getVO()
- Specified by:
getVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getVO()
setVO
public void setVO(BaseEntityVO valueObject)
- Specified by:
setVO in interface IBaseEntity
- See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)
getServerNodeId
public java.lang.Integer getServerNodeId()
- Specified by:
getServerNodeId in interface ServerNode
setServerNodeId
public void setServerNodeId(java.lang.Integer serverNodeId)
throws SystemException
- Specified by:
setServerNodeId in interface ServerNode
- Throws:
SystemException
getName
public java.lang.String getName()
- Specified by:
getName in interface ServerNode
setName
public void setName(java.lang.String name)
throws ConstraintException
- Specified by:
setName in interface ServerNode
- Throws:
ConstraintException
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface ServerNode
setDescription
public void setDescription(java.lang.String description)
throws ConstraintException
- Specified by:
setDescription in interface ServerNode
- Throws:
ConstraintException
getDnsName
public java.lang.String getDnsName()
- Specified by:
getDnsName in interface ServerNode
setDnsName
public void setDnsName(java.lang.String dnsName)
throws ConstraintException
- Specified by:
setDnsName in interface ServerNode
- Throws:
ConstraintException
Copyright © 2005 InfoGlue.org All Rights Reserved.