Class OfficeSectionObjectTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.section.OfficeSectionObjectTypeImpl
-
- All Implemented Interfaces:
OfficeSectionObjectType
public class OfficeSectionObjectTypeImpl extends java.lang.Object implements OfficeSectionObjectType
OfficeSectionObjectTypeImplimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeSectionObjectTypeImpl(java.lang.String objectName, java.lang.String objectType, java.lang.String typeQualifier)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetObjectType()Obtains the object type.java.lang.StringgetOfficeSectionObjectName()Obtains the name of thisOfficeSectionObject.java.lang.StringgetTypeQualifier()Obtains the type qualifier.
-
-
-
Constructor Detail
-
OfficeSectionObjectTypeImpl
public OfficeSectionObjectTypeImpl(java.lang.String objectName, java.lang.String objectType, java.lang.String typeQualifier)Instantiate.- Parameters:
objectName- Name of theOfficeSectionObject.objectType- Type of theOfficeSectionObject.typeQualifier- Type qualifier for theOfficeSectionObject.
-
-
Method Detail
-
getOfficeSectionObjectName
public java.lang.String getOfficeSectionObjectName()
Description copied from interface:OfficeSectionObjectTypeObtains the name of thisOfficeSectionObject.- Specified by:
getOfficeSectionObjectNamein interfaceOfficeSectionObjectType- Returns:
- Name of this
OfficeSectionObject.
-
getObjectType
public java.lang.String getObjectType()
Description copied from interface:OfficeSectionObjectTypeObtains the object type.- Specified by:
getObjectTypein interfaceOfficeSectionObjectType- Returns:
- Object type.
-
getTypeQualifier
public java.lang.String getTypeQualifier()
Description copied from interface:OfficeSectionObjectTypeObtains the type qualifier.- Specified by:
getTypeQualifierin interfaceOfficeSectionObjectType- Returns:
- Type qualifier.
-
-