| com.priint.comet.metadata.w2ml.XmlTag |
The interface Xml tag.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int |
getColoruid()
Gets coloruid.
| ||||||||||
| abstract String |
getName()
Gets name.
| ||||||||||
| abstract int |
getUid()
Gets uid.
| ||||||||||
| abstract void |
setColoruid(int coloruid)
Sets coloruid.
| ||||||||||
| abstract void |
setName(String name)
Sets name.
| ||||||||||
| abstract void |
setUid(int uid)
Sets uid.
| ||||||||||
Gets coloruid.
Gets name.
Gets uid.
Sets coloruid.
| coloruid | the coloruid |
|---|
Sets name.
| name | the name |
|---|
Sets uid.
| uid | the uid |
|---|