Class Person
- java.lang.Object
-
- ubic.gemma.model.common.AbstractIdentifiable
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.common.auditAndSecurity.Contact
-
- ubic.gemma.model.common.auditAndSecurity.Person
-
- All Implemented Interfaces:
Describable
,Identifiable
- Direct Known Subclasses:
User
@Deprecated public class Person extends Contact
Deprecated.not neededNot a persistent class, not used, can be removed- Author:
- paul
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ubic.gemma.model.common.auditAndSecurity.Contact
Contact.Factory
-
-
Constructor Summary
Constructors Constructor Description Person()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getFullName()
Deprecated.String
getLastName()
Deprecated.void
setLastName(String lastName)
Deprecated.-
Methods inherited from class ubic.gemma.model.common.auditAndSecurity.Contact
equals, getEmail, setEmail
-
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toString
-
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
-