public class BTGAssignOrganizationToGroupDefinitionModel extends BTGAssignToGroupDefinitionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
USERGROUPSCATALOGVERSION, UID_BTGSEGMENTTOABSTRACTACTIONSRELATION, CODE, SEGMENT, SEGMENTPOS, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BTGAssignOrganizationToGroupDefinitionModel()
Generated constructor - Default constructor for generic creation.
|
BTGAssignOrganizationToGroupDefinitionModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
ItemModel _owner,
java.lang.String _target,
ActionType _type,
java.lang.String _uid,
java.util.Collection<UserGroupModel> _userGroups)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGAssignOrganizationToGroupDefinitionModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _target,
ActionType _type,
java.lang.String _uid,
java.util.Collection<UserGroupModel> _userGroups)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BTGAssignOrganizationToGroupDefinitionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
void |
setTarget(java.lang.String value)
Generated method - Initial setter of
AbstractAction.target attribute defined at extension processing and redeclared at extension b2bbtgaddon. |
getUserGroups, setUserGroupsgetCatalogVersion, getUid, setCatalogVersion, setType, setUidgetCode, getSegment, getTarget, getType, setCode, setSegmentgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public BTGAssignOrganizationToGroupDefinitionModel()
public BTGAssignOrganizationToGroupDefinitionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BTGAssignOrganizationToGroupDefinitionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _target, ActionType _type, java.lang.String _uid, java.util.Collection<UserGroupModel> _userGroups)
_catalogVersion - initial attribute declared by type BTGOutputActionDefinition at extension btg_code - initial attribute declared by type AbstractAction at extension processing_target - initial attribute declared by type BTGAssignOrganizationToGroupDefinition at extension b2bbtgaddon_type - initial attribute declared by type BTGOutputActionDefinition at extension btg_uid - initial attribute declared by type BTGOutputActionDefinition at extension btg_userGroups - initial attribute declared by type BTGAssignToGroupDefinition at extension btg@Deprecated public BTGAssignOrganizationToGroupDefinitionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner, java.lang.String _target, ActionType _type, java.lang.String _uid, java.util.Collection<UserGroupModel> _userGroups)
_catalogVersion - initial attribute declared by type BTGOutputActionDefinition at extension btg_code - initial attribute declared by type AbstractAction at extension processing_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type BTGAssignOrganizationToGroupDefinition at extension b2bbtgaddon_type - initial attribute declared by type BTGOutputActionDefinition at extension btg_uid - initial attribute declared by type BTGOutputActionDefinition at extension btg_userGroups - initial attribute declared by type BTGAssignToGroupDefinition at extension btg@Accessor(qualifier="target", type=SETTER) public void setTarget(java.lang.String value)
AbstractAction.target attribute defined at extension processing and redeclared at extension b2bbtgaddon. Can only be used at creation of model - before first save. Will only accept values of type String.setTarget in class BTGAssignToGroupDefinitionModelvalue - the targetCopyright © 2018 SAP SE. All Rights Reserved.