com.centrasite.control.administration.usermanagement.users.adapters
Class EditUserObjectSpecificAdapter.PropertyLinesItem

java.lang.Object
  extended by com.centrasite.control.administration.usermanagement.users.adapters.EditUserObjectSpecificAdapter.PropertyLinesItem
Enclosing class:
EditUserObjectSpecificAdapter

public class EditUserObjectSpecificAdapter.PropertyLinesItem
extends java.lang.Object


Constructor Summary
EditUserObjectSpecificAdapter.PropertyLinesItem()
           
 
Method Summary
 boolean getCheckProperty()
           
 java.lang.String getNamespace()
           
 java.lang.String getPropCheckBoxStatus()
           
 java.lang.String getPropertyKey()
           
 java.lang.String getPropertyLineValue()
           
 boolean getSelected()
           
 void setCheckProperty(boolean value)
           
 void setNamespace(java.lang.String namespace)
           
 void setPropCheckBoxStatus(java.lang.String value)
           
 void setPropertyKey(java.lang.String value)
           
 void setPropertyLineValue(java.lang.String value)
           
 void setSelected(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditUserObjectSpecificAdapter.PropertyLinesItem

public EditUserObjectSpecificAdapter.PropertyLinesItem()
Method Detail

getCheckProperty

public boolean getCheckProperty()

setCheckProperty

public void setCheckProperty(boolean value)

getPropertyKey

public java.lang.String getPropertyKey()

setPropertyKey

public void setPropertyKey(java.lang.String value)

getPropertyLineValue

public java.lang.String getPropertyLineValue()

setPropertyLineValue

public void setPropertyLineValue(java.lang.String value)

getSelected

public boolean getSelected()

setSelected

public void setSelected(boolean value)

getPropCheckBoxStatus

public java.lang.String getPropCheckBoxStatus()

setPropCheckBoxStatus

public void setPropCheckBoxStatus(java.lang.String value)

getNamespace

public java.lang.String getNamespace()

setNamespace

public void setNamespace(java.lang.String namespace)