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 java.lang.Object

attributes configured


Constructor Summary
ExternalSubjectConfig.ExternalSubjectAttributeConfigBean()
           
 
Method Summary
 java.lang.String getComment()
          comment on view in DB, no special chars allowed
 java.lang.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 java.lang.String getComment()
comment on view in DB, no special chars allowed

Returns:
comment

getSystemName

public java.lang.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