|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.soap.WsAttributeEdit
public class WsAttributeEdit
attribute name, value, and if delete
Constructor Summary | |
---|---|
WsAttributeEdit()
empty constructor |
|
WsAttributeEdit(String name1,
String value1,
String delete1)
constructor with fields |
Method Summary | |
---|---|
boolean |
deleteBoolean()
convert the delete to a boolean and return |
String |
getDelete()
if we should delete this attribute |
String |
getName()
name of attribute |
String |
getValue()
value of attribute |
void |
setDelete(String delete1)
|
void |
setName(String name1)
name of attribute |
void |
setValue(String value1)
|
String |
toString()
provide a helpful toString method based on fields |
String |
validate()
validate this attribute edit, return the error message |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WsAttributeEdit(String name1, String value1, String delete1)
name1
- value1
- delete1
- public WsAttributeEdit()
Method Detail |
---|
public String toString()
toString
in class Object
public String validate()
public boolean deleteBoolean()
public String getName()
public void setName(String name1)
name1
- the name to setpublic String getValue()
public void setValue(String value1)
value1
- the value to setpublic String getDelete()
public void setDelete(String delete1)
delete1
- the delete to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |