|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.beans.api.GuiSubject
public class GuiSubject
subject for gui has all attributes etc, and getter to be accessed from screen
Constructor Summary | |
---|---|
GuiSubject(Subject subject1)
construct with subject |
Method Summary | |
---|---|
static String |
attributeValue(Subject subject,
String attrName)
|
Map<String,String> |
getAttributes()
Gets a map attribute names and value. |
String |
getScreenLabel()
get screen label |
Subject |
getSubject()
subject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiSubject(Subject subject1)
subject1
- Method Detail |
---|
public String getScreenLabel()
public Subject getSubject()
public Map<String,String> getAttributes()
public static String attributeValue(Subject subject, String attrName)
subject
- attrName
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |