edu.internet2.middleware.grouper.externalSubjects
Class ExternalSubjectConfig.ExternalSubjectAttributeConfigBean

java.lang.Object
  extended by edu.internet2.middleware.grouper.externalSubjects.ExternalSubjectConfig.ExternalSubjectAttributeConfigBean
Enclosing class:
ExternalSubjectConfig

public static class ExternalSubjectConfig.ExternalSubjectAttributeConfigBean
extends Object

attributes configured


Constructor Summary
ExternalSubjectConfig.ExternalSubjectAttributeConfigBean()
           
 
Method Summary
 String getComment()
          comment on view in DB, no special chars allowed
 String getSystemName()
          system name is the column name of view, and can also be the subject attribute name
 boolean isRequired()
          if this attribute value is required on screen
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalSubjectConfig.ExternalSubjectAttributeConfigBean

public ExternalSubjectConfig.ExternalSubjectAttributeConfigBean()
Method Detail

getComment

public String getComment()
comment on view in DB, no special chars allowed

Returns:
comment

getSystemName

public String getSystemName()
system name is the column name of view, and can also be the subject attribute name

Returns:
system name

isRequired

public boolean isRequired()
if this attribute value is required on screen

Returns:
if this attribute value is required on screen