edu.internet2.middleware.grouper.grouperUi.beans.subjectPicker
Class SubjectPickerJavascriptBean
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.subjectPicker.SubjectPickerJavascriptBean
public class SubjectPickerJavascriptBean
- extends Object
SubjectPickerJavascriptBean
public SubjectPickerJavascriptBean(Map<String,String[]> attributes1,
String description1,
String id1,
String name1,
String sourceId1,
String typeName1)
- Parameters:
attributes1
- description1
- id1
- name1
- sourceId1
- typeName1
-
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