Last update: 2011-06-23

org.proteios.core
Class ShareableUtil

java.lang.Object
  extended by 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) $

Constructor Summary
ShareableUtil()
           
 
Method Summary
static void setItemKey(ShareableData shareableData, ItemKey itemKey)
          Set the item key of a ShareableData object.
static void setProjectKey(ShareableData shareableData, ProjectKey projectKey)
          Set the project key of a ShareableData object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShareableUtil

public ShareableUtil()
Method Detail

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.


Last update: 2011-06-23