Class OfficeSectionObjectTypeImpl
java.lang.Object
net.officefloor.compile.impl.section.OfficeSectionObjectTypeImpl
- All Implemented Interfaces:
OfficeSectionObjectType
OfficeSectionObjectTypeImpl implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionOfficeSectionObjectTypeImpl(String objectName, String objectType, String typeQualifier) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the object type.Obtains the name of thisOfficeSectionObject.Obtains the type qualifier.
-
Constructor Details
-
OfficeSectionObjectTypeImpl
Instantiate.- Parameters:
objectName- Name of theOfficeSectionObject.objectType- Type of theOfficeSectionObject.typeQualifier- Type qualifier for theOfficeSectionObject.
-
-
Method Details
-
getOfficeSectionObjectName
Description copied from interface:OfficeSectionObjectTypeObtains the name of thisOfficeSectionObject.- Specified by:
getOfficeSectionObjectNamein interfaceOfficeSectionObjectType- Returns:
- Name of this
OfficeSectionObject.
-
getObjectType
Description copied from interface:OfficeSectionObjectTypeObtains the object type.- Specified by:
getObjectTypein interfaceOfficeSectionObjectType- Returns:
- Object type.
-
getTypeQualifier
Description copied from interface:OfficeSectionObjectTypeObtains the type qualifier.- Specified by:
getTypeQualifierin interfaceOfficeSectionObjectType- Returns:
- Type qualifier.
-