org.proteios.core
Class ShareableUtil
java.lang.Object
org.proteios.core.ShareableUtil
public class ShareableUtil
- extends Object
Utility methods that will make it easier to implement
the Shareable interface, including data validation.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
Shareable- 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 |
ShareableUtil
public ShareableUtil()
setItemKey
public static void setItemKey(ShareableData shareableData,
ItemKey itemKey)
- Set the item key of a
ShareableData object.
setProjectKey
public static void setProjectKey(ShareableData shareableData,
ProjectKey projectKey)
- Set the project key of a
ShareableData object.