public interface IKnowledgeLanguageItem
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
element : active of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setName(String name) |
boolean getActive()
boolean isActive()
void setActive(boolean active)
String getName()
void setName(String name)
Copyright © 2015. All Rights Reserved.