Package dev.getelements.elements.rt
Class SimpleResourceServiceUnlink
java.lang.Object
dev.getelements.elements.rt.SimpleResourceServiceUnlink
- All Implemented Interfaces:
ResourceService.Unlink,Serializable
public class SimpleResourceServiceUnlink
extends Object
implements ResourceService.Unlink, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SimpleResourceServiceUnlinkfrom(ResourceId resourceId, boolean removed) Returns theResourceIdat the suppliedResourceId.inthashCode()booleanReturns true if theResourceIdwas destroyed as part of this unlink operation.voidsetRemoved(boolean removed) voidsetResourceId(ResourceId resourceId) toString()
-
Constructor Details
-
SimpleResourceServiceUnlink
public SimpleResourceServiceUnlink()
-
-
Method Details
-
from
-
isRemoved
public boolean isRemoved()Description copied from interface:ResourceService.UnlinkReturns true if theResourceIdwas destroyed as part of this unlink operation.- Specified by:
isRemovedin interfaceResourceService.Unlink- Returns:
- true if destroyed, false otherwise
-
setRemoved
public void setRemoved(boolean removed) -
getResourceId
Description copied from interface:ResourceService.UnlinkReturns theResourceIdat the suppliedResourceId.- Specified by:
getResourceIdin interfaceResourceService.Unlink- Returns:
- the
ResourceId
-
setResourceId
-
equals
-
hashCode
public int hashCode() -
toString
-