public class ModelInformation extends Object
Model
ModelInformation()
ModelInformation(String id, String name, Integer type)
String
getId()
getName()
Integer
getType()
void
setId(String id)
setName(String name)
setType(Integer type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ModelInformation()
public ModelInformation(String id, String name, Integer type)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Integer getType()
public void setType(Integer type)
Copyright © 2018 Flowable. All rights reserved.