org.proteios.core
Class OwnableUtil
java.lang.Object
org.proteios.core.OwnableUtil
public class OwnableUtil
- extends Object
Utility methods that will make it easier to implement
the Ownable interface, including data validation.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
Ownable- Last modified
- $Date: 2009-04-09 08:48:11 +0200 (Thu, 09 Apr 2009) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwnableUtil
public OwnableUtil()
setOwner
public static void setOwner(OwnableData ownableData,
User owner)
throws InvalidDataException
- Set the owner of a
OwnableData object.
- Throws:
InvalidDataException - If the owner is null