public abstract class Described extends Object
| Constructor and Description |
|---|
Described() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDescription()
Returns the description.
|
abstract String |
getName()
Returns the namet.
|
org.exoplatform.portal.mop.State |
getState()
Return the state.
|
abstract void |
setDescription(String description)
Update the description.
|
abstract void |
setName(String name)
Update the name.
|
void |
setState(org.exoplatform.portal.mop.State state)
Update the state.
|
public abstract String getName()
public abstract void setName(String name)
name - the new namepublic abstract String getDescription()
public abstract void setDescription(String description)
description - the new descriptionpublic org.exoplatform.portal.mop.State getState()
public void setState(org.exoplatform.portal.mop.State state)
throws NullPointerException
state - the new stateNullPointerException - if the new state is nullCopyright © 2003–2021 eXo Platform SAS. All rights reserved.