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