edu.internet2.middleware.grouper.grouperUi.beans.externalSubjectSelfRegister
Class RegisterField

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.beans.externalSubjectSelfRegister.RegisterField

public class RegisterField
extends Object

represents a row of the screen, field or attribute

Author:
mchyzer

Constructor Summary
RegisterField()
           
 
Method Summary
 String getLabel()
          label on the screen
 String getParamName()
          param name in request
 String getSystemName()
          system name of the field
 String getTooltip()
          tooltip on the screen
 String getValue()
          value of field
 boolean isFieldNotAttribute()
          if this is a field or if it is an attribute
 boolean isReadonly()
          if readonly
 boolean isRequired()
          if this is required
 void setFieldNotAttribute(boolean fieldNotAttribute1)
          if this is a field or if it is an attribute
 void setLabel(String label1)
          label on the screen
 void setParamName(String paramName1)
          param name in request
 void setReadonly(boolean readonly1)
          if readonly
 void setRequired(boolean required1)
          if this is required
 void setSystemName(String systemName1)
          system name of the field
 void setTooltip(String tooltip1)
          tooltip on the screen
 void setValue(String value)
          value of field
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterField

public RegisterField()
Method Detail

getParamName

public String getParamName()
param name in request

Returns:
param name

setParamName

public void setParamName(String paramName1)
param name in request

Parameters:
paramName1 -

getValue

public String getValue()
value of field

Returns:
value

setValue

public void setValue(String value)
value of field

Parameters:
value -

isReadonly

public boolean isReadonly()
if readonly

Returns:
if readonly

setReadonly

public void setReadonly(boolean readonly1)
if readonly

Parameters:
readonly1 -

getSystemName

public String getSystemName()
system name of the field

Returns:
system name

setSystemName

public void setSystemName(String systemName1)
system name of the field

Parameters:
systemName1 -

isFieldNotAttribute

public boolean isFieldNotAttribute()
if this is a field or if it is an attribute

Returns:
field or attribute

setFieldNotAttribute

public void setFieldNotAttribute(boolean fieldNotAttribute1)
if this is a field or if it is an attribute

Parameters:
fieldNotAttribute1 -

getLabel

public String getLabel()
label on the screen

Returns:
label

setLabel

public void setLabel(String label1)
label on the screen

Parameters:
label1 -

getTooltip

public String getTooltip()
tooltip on the screen

Returns:
tooltip

setTooltip

public void setTooltip(String tooltip1)
tooltip on the screen

Parameters:
tooltip1 -

isRequired

public boolean isRequired()
if this is required

Returns:
if required

setRequired

public void setRequired(boolean required1)
if this is required

Parameters:
required1 -