org.infoglue.cms.entities.structure
Class ServiceBindingVO

java.lang.Object
  extended by org.infoglue.cms.entities.structure.ServiceBindingVO
All Implemented Interfaces:
java.io.Serializable, BaseEntityVO

public class ServiceBindingVO
extends java.lang.Object
implements BaseEntityVO

See Also:
Serialized Form

Constructor Summary
ServiceBindingVO()
           
 
Method Summary
 java.lang.Integer getAvailableServiceBindingId()
           
 java.lang.Integer getBindingTypeId()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 java.lang.Integer getServiceBindingId()
           
 void setAvailableServiceBindingId(java.lang.Integer availableServiceBindingId)
           
 void setBindingTypeId(java.lang.Integer bindingTypeId)
           
 void setName(java.lang.String name)
           
 void setPath(java.lang.String path)
           
 void setServiceBindingId(java.lang.Integer serviceBindingId)
           
 ConstraintExceptionBuffer validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBindingVO

public ServiceBindingVO()
Method Detail

getServiceBindingId

public java.lang.Integer getServiceBindingId()

setServiceBindingId

public void setServiceBindingId(java.lang.Integer serviceBindingId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

getBindingTypeId

public java.lang.Integer getBindingTypeId()

setBindingTypeId

public void setBindingTypeId(java.lang.Integer bindingTypeId)

getAvailableServiceBindingId

public java.lang.Integer getAvailableServiceBindingId()

setAvailableServiceBindingId

public void setAvailableServiceBindingId(java.lang.Integer availableServiceBindingId)

getId

public java.lang.Integer getId()
Specified by:
getId in interface BaseEntityVO
See Also:
BaseEntityVO.getId()

validate

public ConstraintExceptionBuffer validate()
Specified by:
validate in interface BaseEntityVO
Returns:
ConstraintExceptionBuffer
See Also:
BaseEntityVO.validate()


Copyright © 2005 InfoGlue.org All Rights Reserved.