public class TokenState extends Object
| Constructor and Description |
|---|
TokenState() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
int |
getNodeId() |
Integer |
getParentId() |
boolean |
isActive() |
void |
setActive(boolean isActive) |
void |
setId(int id) |
void |
setNodeId(int nodeId) |
void |
setParentId(Integer parentId) |
public int getId()
public void setId(int id)
public int getNodeId()
public void setNodeId(int nodeId)
public Integer getParentId()
public void setParentId(Integer parentId)
public boolean isActive()
public void setActive(boolean isActive)
Copyright © 2018. All rights reserved.