Class EduPersonTargetedID
- java.lang.Object
-
- org.cilogon.oauth2.servlet.storage.user.PersonName
-
- org.cilogon.oauth2.servlet.storage.user.EduPersonTargetedID
-
- All Implemented Interfaces:
Serializable
public class EduPersonTargetedID extends PersonName
Created by Jeff Gaynor
on 4/30/14 at 2:18 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EduPersonTargetedID(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
-
Methods inherited from class org.cilogon.oauth2.servlet.storage.user.PersonName
getName, isEmpty, setName, toString
-
-
-
-
Constructor Detail
-
EduPersonTargetedID
public EduPersonTargetedID(String name)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classPersonName
-
-