Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
static PlanDBInformation |
PlanDBInformation.clone(IMCMessage msg) |
static PlanDBInformation |
PlanDBInformation.create(java.lang.Object... values) |
PlanDBInformation |
PlanDBInformation.setChangeSid(int change_sid) |
PlanDBInformation |
PlanDBInformation.setChangeSname(java.lang.String change_sname) |
PlanDBInformation |
PlanDBInformation.setChangeTime(double change_time) |
PlanDBInformation |
PlanDBInformation.setMd5(byte[] md5) |
PlanDBInformation |
PlanDBInformation.setPlanId(java.lang.String plan_id) |
PlanDBInformation |
PlanDBInformation.setPlanSize(int plan_size) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<PlanDBInformation> |
PlanDBState.getPlansInfo() |
Modifier and Type | Method and Description |
---|---|
PlanDBState |
PlanDBState.setPlansInfo(java.util.Collection<PlanDBInformation> plans_info) |
Constructor and Description |
---|
PlanDBState(int plan_count,
long plan_size,
double change_time,
int change_sid,
java.lang.String change_sname,
byte[] md5,
java.util.Collection<PlanDBInformation> plans_info) |