public class ClassificationJson extends BaseJson
Constructor and Description |
---|
ClassificationJson() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Classification name
|
boolean |
isOpenForAll()
Flag to indicate that files which get this classification can be viewed
by all their permitted users
|
void |
setName(String name)
Classification name
|
void |
setOpenForAll(boolean openForAll)
Flag to indicate that files which get this classification can be viewed
by all their permitted users
|
getObjType, setObjType, toString
public boolean isOpenForAll()
public void setOpenForAll(boolean openForAll)
openForAll
- Flag to indicate that files which get this
classification can be viewed by all their permitted userspublic String getName()
public void setName(String name)
name
- Classification nameCopyright © 2019. All rights reserved.