Package org.openwms.common.location
Class Subsystem
java.lang.Object
org.openwms.common.location.Subsystem
- All Implemented Interfaces:
Serializable
A Subsystem.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the systemCode.Returns the systemName.void
setSystemCode
(String systemCode) Set the systemCode.void
setSystemName
(String systemName) Set the systemName.
-
Field Details
-
systemName
Name of the subsystem (e.g. PLC), tied to thisLocationGroup
. A subsystem may be named after a name and a code, like PLCCONV_01, where PLCCONV is the name of the subsystem group and the code _01 is a unique number in this group. -
systemCode
Subsequential code of the subsystem (e.g. PLC), tied to thisLocationGroup
. A subsystem may be named after a name and a code, like PLCCONV_01, where PLCCONV is the name of the subsystem group and the code _01 is a unique number in this group.
-
-
Constructor Details
-
Subsystem
protected Subsystem()Dear JPA... -
Subsystem
-
Subsystem
-
-
Method Details
-
getSystemName
Returns the systemName.- Returns:
- The systemName
-
setSystemName
Set the systemName.- Parameters:
systemName
- The systemName to set
-
getSystemCode
Returns the systemCode.- Returns:
- The systemCode
-
setSystemCode
Set the systemCode.- Parameters:
systemCode
- The systemCode to set
-