Class OfficeSectionObjectTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.section.OfficeSectionObjectTypeImpl
-
- All Implemented Interfaces:
OfficeSectionObjectType
public class OfficeSectionObjectTypeImpl extends java.lang.Object implements OfficeSectionObjectType
OfficeSectionObjectTypeImpl
implementation.- 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.String
getObjectType()
Obtains the object type.java.lang.String
getOfficeSectionObjectName()
Obtains the name of thisOfficeSectionObject
.java.lang.String
getTypeQualifier()
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:OfficeSectionObjectType
Obtains the name of thisOfficeSectionObject
.- Specified by:
getOfficeSectionObjectName
in interfaceOfficeSectionObjectType
- Returns:
- Name of this
OfficeSectionObject
.
-
getObjectType
public java.lang.String getObjectType()
Description copied from interface:OfficeSectionObjectType
Obtains the object type.- Specified by:
getObjectType
in interfaceOfficeSectionObjectType
- Returns:
- Object type.
-
getTypeQualifier
public java.lang.String getTypeQualifier()
Description copied from interface:OfficeSectionObjectType
Obtains the type qualifier.- Specified by:
getTypeQualifier
in interfaceOfficeSectionObjectType
- Returns:
- Type qualifier.
-
-