|
||||||||||
| 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(DeployedOfficeModel model)
Initiate for public use. |
|
| Method Summary | |
|---|---|
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. |
OfficeType |
getOfficeType()
Obtains the OfficeType. |
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(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 PropertyList getPropertylist()
PropertyList.
PropertyList.public DeployedOfficeModel getDeployedOfficeModel()
DeployedOfficeModel.
DeployedOfficeModel.public 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 | |||||||||