org.infoglue.cms.entities.management.impl.simple
Class AvailableServiceBindingImpl
java.lang.Object
org.infoglue.cms.entities.management.impl.simple.AvailableServiceBindingImpl
- All Implemented Interfaces:
- IBaseEntity, AvailableServiceBinding
- Direct Known Subclasses:
- SmallAvailableServiceBindingImpl
public class AvailableServiceBindingImpl
- extends java.lang.Object
- implements AvailableServiceBinding
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AvailableServiceBindingImpl
public AvailableServiceBindingImpl()
getId
public java.lang.Integer getId()
- Specified by:
getId in interface IBaseEntity- Specified by:
getId in interface AvailableServiceBinding
getIdAsObject
public java.lang.Object getIdAsObject()
- Specified by:
getIdAsObject in interface IBaseEntity
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getValueObject
public AvailableServiceBindingVO getValueObject()
- Specified by:
getValueObject in interface AvailableServiceBinding
setValueObject
public void setValueObject(AvailableServiceBindingVO valueObject)
- Specified by:
setValueObject in interface AvailableServiceBinding
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)
getAvailableServiceBindingId
public java.lang.Integer getAvailableServiceBindingId()
- Specified by:
getAvailableServiceBindingId in interface AvailableServiceBinding
setAvailableServiceBindingId
public void setAvailableServiceBindingId(java.lang.Integer availableServiceBindingId)
- Specified by:
setAvailableServiceBindingId in interface AvailableServiceBinding
getName
public java.lang.String getName()
- Specified by:
getName in interface AvailableServiceBinding
setName
public void setName(java.lang.String name)
throws ConstraintException
- Specified by:
setName in interface AvailableServiceBinding
- Throws:
ConstraintException
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface AvailableServiceBinding
setDescription
public void setDescription(java.lang.String description)
throws ConstraintException
- Specified by:
setDescription in interface AvailableServiceBinding
- Throws:
ConstraintException
getVisualizationAction
public java.lang.String getVisualizationAction()
- Specified by:
getVisualizationAction in interface AvailableServiceBinding
setVisualizationAction
public void setVisualizationAction(java.lang.String visualizationAction)
throws ConstraintException
- Specified by:
setVisualizationAction in interface AvailableServiceBinding
- Throws:
ConstraintException
getIsMandatory
public java.lang.Boolean getIsMandatory()
- Specified by:
getIsMandatory in interface AvailableServiceBinding
setIsMandatory
public void setIsMandatory(java.lang.Boolean isMandatory)
throws ConstraintException
- Specified by:
setIsMandatory in interface AvailableServiceBinding
- Throws:
ConstraintException
getIsUserEditable
public java.lang.Boolean getIsUserEditable()
- Specified by:
getIsUserEditable in interface AvailableServiceBinding
setIsUserEditable
public void setIsUserEditable(java.lang.Boolean isUserEditable)
throws ConstraintException
- Specified by:
setIsUserEditable in interface AvailableServiceBinding
- Throws:
ConstraintException
getIsInheritable
public java.lang.Boolean getIsInheritable()
- Specified by:
getIsInheritable in interface AvailableServiceBinding
setIsInheritable
public void setIsInheritable(java.lang.Boolean isInheritable)
throws ConstraintException
- Specified by:
setIsInheritable in interface AvailableServiceBinding
- Throws:
ConstraintException
getSiteNodeTypeDefinitions
public java.util.Collection getSiteNodeTypeDefinitions()
- Specified by:
getSiteNodeTypeDefinitions in interface AvailableServiceBinding
setSiteNodeTypeDefinitions
public void setSiteNodeTypeDefinitions(java.util.Collection siteNodeTypeDefinitions)
- Specified by:
setSiteNodeTypeDefinitions in interface AvailableServiceBinding
getServiceDefinitions
public java.util.Collection getServiceDefinitions()
- Specified by:
getServiceDefinitions in interface AvailableServiceBinding
setServiceDefinitions
public void setServiceDefinitions(java.util.Collection serviceDefinitions)
- Specified by:
setServiceDefinitions in interface AvailableServiceBinding
getServiceBindings
public java.util.Collection getServiceBindings()
- Specified by:
getServiceBindings in interface AvailableServiceBinding
setServiceBindings
public void setServiceBindings(java.util.Collection serviceBindings)
- Specified by:
setServiceBindings in interface AvailableServiceBinding
Copyright © 2005 InfoGlue.org All Rights Reserved.