Class WsMemberChangeSubject
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsMemberChangeSubject
Class with data about a member who's subject needs to change
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassignDeleteOldMemberBoolean(boolean deleteOldMember1) assign delete old member as a booleanif the old member should be removed (only an issue if the new subject is already a member, this defaults to T).subject which should be the new subject of the membersubject of the member which is going to changevoidsetDeleteOldMember(String deleteOldMember1) if the old member should be removed (only an issue if the new subject is already a member, this defaults to T).voidsetNewSubjectLookup(WsSubjectLookup newSubjectLookup1) subject which should be the new subject of the membervoidsetOldSubjectLookup(WsSubjectLookup oldSubjectLookup1) subject of the member which is going to change
-
Constructor Details
-
WsMemberChangeSubject
public WsMemberChangeSubject()
-
-
Method Details
-
getOldSubjectLookup
subject of the member which is going to change- Returns:
- string
-
setOldSubjectLookup
subject of the member which is going to change- Parameters:
oldSubjectLookup1-
-
getNewSubjectLookup
subject which should be the new subject of the member- Returns:
- string
-
getDeleteOldMember
if the old member should be removed (only an issue if the new subject is already a member, this defaults to T). Should be either T or F- Returns:
- string
-
setDeleteOldMember
if the old member should be removed (only an issue if the new subject is already a member, this defaults to T). Should be either T or F- Parameters:
deleteOldMember1-
-
setNewSubjectLookup
subject which should be the new subject of the member- Parameters:
newSubjectLookup1-
-
assignDeleteOldMemberBoolean
public void assignDeleteOldMemberBoolean(boolean deleteOldMember1) assign delete old member as a boolean- Parameters:
deleteOldMember1-
-