Interface IPerson
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
PersonAdapter
public interface IPerson extends java.io.SerializableRepresentation 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.StringgetUserId()java.lang.StringgetUserName()
-