public class ModelInf extends Object
| Constructor and Description |
|---|
ModelInf() |
| Modifier and Type | Method and Description |
|---|---|
ObjectInf |
findObject(String name)
Find an object by its name.
|
String |
getDescription()
The description of the model.
|
String |
getFullName()
Gets the full name for the model class.
|
List<IconDef> |
getIcons()
The icons for this model.
|
List<IncludeInf> |
getIncludes()
A list of java classes to include.
|
String |
getName()
The name of the model.
|
List<ObjectInf> |
getObjects()
The objects for this model.
|
String |
getPackage()
The package for this model.
|
List<PropertyInf> |
getProperties()
The properties of the model class.
|
boolean |
isObject(String name)
Determines if the given name is an object.
|
void |
setDescription(String description)
The description of the model.
|
void |
setIcons(List<IconDef> icons)
The icons for this model.
|
void |
setIncludes(List<IncludeInf> includes)
A list of java classes to include.
|
void |
setName(String name)
The name of the model.
|
void |
setPackage(String packageName)
The package for this model.
|
void |
setProperties(List<PropertyInf> properties)
The properties of the model class.
|
public String getName()
public void setName(String name)
name - The name of the model.public List<ObjectInf> getObjects()
public String getPackage()
public void setPackage(String packageName)
packageName - The package for this model.public List<IncludeInf> getIncludes()
public void setIncludes(List<IncludeInf> includes)
includes - A list of java classes to include.public String getFullName()
public List<PropertyInf> getProperties()
public void setProperties(List<PropertyInf> properties)
properties - The properties of the model class.public List<IconDef> getIcons()
public void setIcons(List<IconDef> icons)
icons - The icons for this model.public String getDescription()
public void setDescription(String description)
description - The description of the model.public ObjectInf findObject(String name)
name - The name of the object.public boolean isObject(String name)
name - The name of the object.Copyright © 2015–2018 Bridje Framework. All rights reserved.