Interface IPerson
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
PersonAdapter
public interface IPerson extends java.io.Serializable
Representation of a user, e.g. one who modifies a property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getUserId()
java.lang.String
getUserName()
-