|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.wizard.officesource.OfficeInstance
public class OfficeInstance
Instance of a Office.
| Constructor Summary | |
|---|---|
OfficeInstance(net.officefloor.model.officefloor.DeployedOfficeModel model)
Initiate for public use. |
|
| Method Summary | |
|---|---|
net.officefloor.model.officefloor.DeployedOfficeModel |
getDeployedOfficeModel()
Obtains the DeployedOfficeModel. |
Map<String,String> |
getInputNameMapping()
Obtains the mapping of OfficeInputType name to
DeployedOfficeInputModel name. |
Map<String,String> |
getObjectNameMapping()
Obtains the mapping of OfficeManagedObjectType name to
DeployedOfficeObjectModel name. |
String |
getOfficeLocation()
Obtains the location of the Office. |
String |
getOfficeName()
Obtains the name of the Office. |
String |
getOfficeSourceClassName()
Obtains the OfficeSource class name. |
net.officefloor.compile.office.OfficeType |
getOfficeType()
Obtains the OfficeType. |
net.officefloor.compile.properties.PropertyList |
getPropertylist()
Obtains the PropertyList. |
Map<String,String> |
getTeamNameMapping()
Obtains the mapping of OfficeTeamType name to
DeployedOfficeTeamModel name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OfficeInstance(net.officefloor.model.officefloor.DeployedOfficeModel model)
model - DeployedOfficeModel.| Method Detail |
|---|
public String getOfficeName()
Office.
Office.public String getOfficeSourceClassName()
OfficeSource class name.
OfficeSource class name.public String getOfficeLocation()
Office.
Office.public net.officefloor.compile.properties.PropertyList getPropertylist()
PropertyList.
PropertyList.public net.officefloor.model.officefloor.DeployedOfficeModel getDeployedOfficeModel()
DeployedOfficeModel.
DeployedOfficeModel.public net.officefloor.compile.office.OfficeType getOfficeType()
OfficeType.
OfficeType if obtained from OfficeSourceInstance
or null if initiated by public
constructor.public Map<String,String> getObjectNameMapping()
OfficeManagedObjectType name to
DeployedOfficeObjectModel name.
OfficeManagedObjectType name to
DeployedOfficeObjectModel name.public Map<String,String> getInputNameMapping()
OfficeInputType name to
DeployedOfficeInputModel name.
OfficeInputType name to
DeployedOfficeInputModel name.public Map<String,String> getTeamNameMapping()
OfficeTeamType name to
DeployedOfficeTeamModel name.
OfficeTeamType name to
DeployedOfficeTeamModel name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||