Class EntityNameSituation
java.lang.Object
ch.tocco.nice2.netui.spi.actions.EntityNameSituation
- All Implemented Interfaces:
Situation, SituationWithEntityName, SituationWithFormName
- Direct Known Subclasses:
EntitySituation
@Deprecated
public class EntityNameSituation
extends Object
implements SituationWithEntityName, SituationWithFormName
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringDeprecated.The entity name, eg 'Address'.protected @Nullable StringDeprecated.The form name, eg 'Address' or 'PublicDmsResource'.protected @Nullable StringDeprecated.protected @Nullable StringDeprecated.static final StringDeprecated.protected StringDeprecated.Something like 'top toolbar' afaik.protected @Nullable StringDeprecated.For example 'create'.protected @Nullable StringDeprecated.For example 'explorer-main'. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.@Nullable StringDeprecated.Deprecated.@Nullable StringDeprecated.getName()Deprecated.Tells the kind of situation it is, probably the class name.getPlace()Deprecated.Returns the place for the situation.@Nullable StringgetScope()Deprecated.Tells the scope for which this situation is.Deprecated.@Nullable StringDeprecated.Tells the screen for which this situation is.voidsetEntityName(String entityName) Deprecated.voidsetFormName(String formName) Deprecated.voidsetMainPrimaryKey(@Nullable String mainPrimaryKey) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.toString()Deprecated.
-
Field Details
-
NAME
Deprecated. -
entityName
Deprecated.The entity name, eg 'Address'. NOTE: entityName would have been the correct variable name - type has another meaning. -
formName
Deprecated.The form name, eg 'Address' or 'PublicDmsResource'. -
screen
-
scope
-
place
-
module
Deprecated. -
mainPrimaryKey
Deprecated.
-
-
Constructor Details
-
EntityNameSituation
public EntityNameSituation()Deprecated.
-
-
Method Details
-
getEntityName
Deprecated.- Specified by:
getEntityNamein interfaceSituationWithEntityName
-
setEntityName
Deprecated. -
getFormName
Deprecated.- Specified by:
getFormNamein interfaceSituationWithFormName
-
setFormName
Deprecated. -
getScope
-
getScope
-
setScope
Deprecated. -
getPlace
-
setPlace
Deprecated. -
getScreen
-
setScreen
Deprecated. -
toString
-
getName
-
getModule
Deprecated. -
setModule
Deprecated. -
getMainPrimaryKey
Deprecated. -
setMainPrimaryKey
Deprecated.
-