Package com.atlassian.confluence.spaces
Class SpaceGroup
- java.lang.Object
-
- com.atlassian.core.bean.EntityObject
-
- com.atlassian.confluence.core.ConfluenceEntityObject
-
- com.atlassian.confluence.spaces.SpaceGroup
-
- All Implemented Interfaces:
NotExportable
,Serializable
,Cloneable
@Deprecated public class SpaceGroup extends ConfluenceEntityObject implements NotExportable
Deprecated.in 5.9.SpaceGroup
and related classes likeSpaceGroupManager
andSpaceGroupComparator
will be removed. Please do not use them. Note: NotExportable added to skip groups on XML restore- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpaceGroup()
Deprecated.SpaceGroup(String key)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.String
getKey()
Deprecated.String
getLicenseKey()
Deprecated.String
getName()
Deprecated.int
hashCode()
Deprecated.void
setKey(String key)
Deprecated.void
setLicenseKey(String licenseKey)
Deprecated.void
setName(String name)
Deprecated.-
Methods inherited from class com.atlassian.confluence.core.ConfluenceEntityObject
getCreator, getCreatorName, getLastModifier, getLastModifierName, getRealClass, isPersistent, setCreator, setCreatorName, setLastModifier, setLastModifierName
-
-
-
-
Constructor Detail
-
SpaceGroup
public SpaceGroup()
Deprecated.
-
SpaceGroup
public SpaceGroup(String key)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getKey
public String getKey()
Deprecated.
-
setKey
public void setKey(String key)
Deprecated.
-
getLicenseKey
public String getLicenseKey()
Deprecated.
-
setLicenseKey
public void setLicenseKey(String licenseKey)
Deprecated.
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equals
in classcom.atlassian.core.bean.EntityObject
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classcom.atlassian.core.bean.EntityObject
-
-