eu.xtreemos.xosd.localallocmgr.attributes
Class OwnersInfoAttr

java.lang.Object
  extended by eu.xtreemos.xosd.localallocmgr.attributes.IAttribute<OwnersInfo>
      extended by eu.xtreemos.xosd.localallocmgr.attributes.OwnersInfoAttr
All Implemented Interfaces:
java.io.Serializable

public class OwnersInfoAttr
extends IAttribute<OwnersInfo>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class eu.xtreemos.xosd.localallocmgr.attributes.IAttribute
value
 
Constructor Summary
OwnersInfoAttr(OwnersInfo val)
           
 
Method Summary
 IAttribute<OwnersInfo> clone()
          needed for copying while making new time table elements from the old ones
 boolean isEmpty()
          returns the information of whether this attribute has a value, that can be disregarded.
 
Methods inherited from class eu.xtreemos.xosd.localallocmgr.attributes.IAttribute
equals, equals, getValue, isBasic, setValue
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnersInfoAttr

public OwnersInfoAttr(OwnersInfo val)
Method Detail

clone

public IAttribute<OwnersInfo> clone()
Description copied from class: IAttribute
needed for copying while making new time table elements from the old ones

Specified by:
clone in class IAttribute<OwnersInfo>

isEmpty

public boolean isEmpty()
Description copied from class: IAttribute
returns the information of whether this attribute has a value, that can be disregarded. This method is called when an element is removed by the attributes - when calling remove request.

Specified by:
isEmpty in class IAttribute<OwnersInfo>
Returns: