public static class Provisioning.LocationTypeBase extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
AttributeTableName
DEPRECATED : use new location type extended attributes instead
|
String |
Description
Description
|
ArrayList<String> |
ExtendedAttributeDefinitionIds
Unique IDs of Extended Attribute definitions associated with this location type
|
String |
TypeName
Type name
|
| Constructor and Description |
|---|
LocationTypeBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeTableName() |
String |
getDescription() |
ArrayList<String> |
getExtendedAttributeDefinitionIds() |
String |
getTypeName() |
Provisioning.LocationTypeBase |
setAttributeTableName(String value) |
Provisioning.LocationTypeBase |
setDescription(String value) |
Provisioning.LocationTypeBase |
setExtendedAttributeDefinitionIds(ArrayList<String> value) |
Provisioning.LocationTypeBase |
setTypeName(String value) |
public String TypeName
public String Description
public String AttributeTableName
public String getTypeName()
public Provisioning.LocationTypeBase setTypeName(String value)
public String getDescription()
public Provisioning.LocationTypeBase setDescription(String value)
public String getAttributeTableName()
public Provisioning.LocationTypeBase setAttributeTableName(String value)
public Provisioning.LocationTypeBase setExtendedAttributeDefinitionIds(ArrayList<String> value)
Copyright © 2022. All rights reserved.