edu.internet2.middleware.grouper.grouperUi.beans.subjectPicker
Class SubjectPickerJavascriptBean

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.beans.subjectPicker.SubjectPickerJavascriptBean

public class SubjectPickerJavascriptBean
extends Object


Constructor Summary
SubjectPickerJavascriptBean(Map<String,String[]> attributes1, String description1, String id1, String name1, String sourceId1, String typeName1)
           
 
Method Summary
 Map<String,String[]> getAttributes()
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getSourceId()
           
 String getTypeName()
           
 void setAttributes(Map<String,String[]> attributes1)
           
 void setDescription(String description1)
           
 void setId(String id1)
           
 void setName(String name1)
           
 void setSourceId(String sourceId1)
           
 void setTypeName(String typeName1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectPickerJavascriptBean

public SubjectPickerJavascriptBean(Map<String,String[]> attributes1,
                                   String description1,
                                   String id1,
                                   String name1,
                                   String sourceId1,
                                   String typeName1)
Parameters:
attributes1 -
description1 -
id1 -
name1 -
sourceId1 -
typeName1 -
Method Detail

getAttributes

public Map<String,String[]> getAttributes()
Returns:
the attributes

setAttributes

public void setAttributes(Map<String,String[]> attributes1)
Parameters:
attributes1 - the attributes to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description1)
Parameters:
description1 - the description to set

getId

public String getId()
Returns:
the id

setId

public void setId(String id1)
Parameters:
id1 - the id to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name1)
Parameters:
name1 - the name to set

getSourceId

public String getSourceId()
Returns:
the sourceId

setSourceId

public void setSourceId(String sourceId1)
Parameters:
sourceId1 - the sourceId to set

getTypeName

public String getTypeName()
Returns:
the typeName

setTypeName

public void setTypeName(String typeName1)
Parameters:
typeName1 - the typeName to set