public interface IPSHasLinkableGroup
Modifier and Type | Method and Description |
---|---|
PSLinkableGroup |
getLinkable() |
PSLinkableGroup |
getLinkableClone() |
boolean |
hasLinkable() |
void |
setLinkable(PSLinkableGroup aLinkable)
Overwrite any existing linkable group.
|
void setLinkable(@Nullable PSLinkableGroup aLinkable)
aLinkable
- The new linkable group to set. May be null
.boolean hasLinkable()
true
if a linkable group is present,
false
otherwise.@Nullable PSLinkableGroup getLinkable()
null
if none is
present.@Nullable PSLinkableGroup getLinkableClone()
null
if no
linkable group is present at this object.Copyright © 2014–2015 Philip Helger. All rights reserved.