public class PageFormatModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
DIMENSION
Generated constant - Attribute key of
PageFormat.dimension attribute defined at extension print. |
static String |
HEIGHT
Generated constant - Attribute key of
PageFormat.height attribute defined at extension print. |
static String |
HEIGHTINPIXEL
Generated constant - Attribute key of
PageFormat.heightInPixel attribute defined at extension print. |
static String |
NAME
Generated constant - Attribute key of
PageFormat.name attribute defined at extension print. |
static String |
QUALIFIER
Generated constant - Attribute key of
PageFormat.qualifier attribute defined at extension print. |
static String |
WIDTH
Generated constant - Attribute key of
PageFormat.width attribute defined at extension print. |
static String |
WIDTHINPIXEL
Generated constant - Attribute key of
PageFormat.widthInPixel attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PageFormatModel()
Generated constructor - Default constructor for generic creation.
|
PageFormatModel(Double _height,
ItemModel _owner,
String _qualifier,
Double _width)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PageFormatModel(Double _height,
String _qualifier,
Double _width)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PageFormatModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDimension()
Generated method - Getter of the
PageFormat.dimension attribute defined at extension print. |
Double |
getHeight()
Generated method - Getter of the
PageFormat.height attribute defined at extension print. |
Double |
getHeightInPixel()
Generated method - Getter of the
PageFormat.heightInPixel attribute defined at extension print. |
String |
getName()
Generated method - Getter of the
PageFormat.name attribute defined at extension print. |
String |
getName(Locale loc)
Generated method - Getter of the
PageFormat.name attribute defined at extension print. |
String |
getQualifier()
Generated method - Getter of the
PageFormat.qualifier attribute defined at extension print. |
Double |
getWidth()
Generated method - Getter of the
PageFormat.width attribute defined at extension print. |
Double |
getWidthInPixel()
Generated method - Getter of the
PageFormat.widthInPixel attribute defined at extension print. |
void |
setHeight(Double value)
Generated method - Setter of
PageFormat.height attribute defined at extension print. |
void |
setName(String value)
Generated method - Setter of
PageFormat.name attribute defined at extension print. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
PageFormat.name attribute defined at extension print. |
void |
setQualifier(String value)
Generated method - Setter of
PageFormat.qualifier attribute defined at extension print. |
void |
setWidth(Double value)
Generated method - Setter of
PageFormat.width attribute defined at extension print. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String QUALIFIER
PageFormat.qualifier attribute defined at extension print.public static final String NAME
PageFormat.name attribute defined at extension print.public static final String WIDTH
PageFormat.width attribute defined at extension print.public static final String HEIGHT
PageFormat.height attribute defined at extension print.public static final String WIDTHINPIXEL
PageFormat.widthInPixel attribute defined at extension print.public static final String HEIGHTINPIXEL
PageFormat.heightInPixel attribute defined at extension print.public static final String DIMENSION
PageFormat.dimension attribute defined at extension print.public PageFormatModel()
public PageFormatModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PageFormatModel(Double _height, String _qualifier, Double _width)
_height - initial attribute declared by type PageFormat at extension print_qualifier - initial attribute declared by type PageFormat at extension print_width - initial attribute declared by type PageFormat at extension print@Deprecated public PageFormatModel(Double _height, ItemModel _owner, String _qualifier, Double _width)
_height - initial attribute declared by type PageFormat at extension print_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type PageFormat at extension print_width - initial attribute declared by type PageFormat at extension print@Accessor(qualifier="dimension", type=GETTER) public String getDimension()
PageFormat.dimension attribute defined at extension print.@Accessor(qualifier="height", type=GETTER) public Double getHeight()
PageFormat.height attribute defined at extension print.@Accessor(qualifier="heightInPixel", type=GETTER) public Double getHeightInPixel()
PageFormat.heightInPixel attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName()
PageFormat.name attribute defined at extension print.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
PageFormat.name attribute defined at extension print.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
PageFormat.qualifier attribute defined at extension print.@Accessor(qualifier="width", type=GETTER) public Double getWidth()
PageFormat.width attribute defined at extension print.@Accessor(qualifier="widthInPixel", type=GETTER) public Double getWidthInPixel()
PageFormat.widthInPixel attribute defined at extension print.@Accessor(qualifier="height", type=SETTER) public void setHeight(Double value)
PageFormat.height attribute defined at extension print.value - the height@Accessor(qualifier="name", type=SETTER) public void setName(String value)
PageFormat.name attribute defined at extension print.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
PageFormat.name attribute defined at extension print.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(String value)
PageFormat.qualifier attribute defined at extension print.value - the qualifierCopyright © 2017 SAP SE. All Rights Reserved.