public class BulkPlatform extends HibernateObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
filePrefix
The file prefix to use if using fileshare mode, not stream mode.
|
Location |
inventoryLocation
The location to pull inventory from (not required)
|
java.lang.String |
ipAddress
The IP address/hostname of the bulk platform
|
java.lang.String |
name
*Primary Key*
The unique name of the bulk platform
|
int |
port
The port to connect to via TCP/IP
|
java.lang.String |
unit
The unit that requests will be made in (not required)
|
ID
Constructor and Description |
---|
BulkPlatform() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilePrefix() |
Location |
getInventoryLocation() |
java.lang.String |
getIpAddress() |
java.lang.String |
getName() |
int |
getPort() |
java.lang.String |
getUnit() |
void |
setFilePrefix(java.lang.String filePrefix) |
void |
setInventoryLocation(Location inventoryLocation) |
void |
setIpAddress(java.lang.String ipAddress) |
void |
setName(java.lang.String name) |
void |
setPort(int port) |
void |
setUnit(java.lang.String unit) |
java.lang.String |
toString() |
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
public java.lang.String name
public java.lang.String ipAddress
public int port
public java.lang.String unit
public java.lang.String filePrefix
public Location inventoryLocation
public java.lang.String getName()
public java.lang.String getIpAddress()
public int getPort()
public void setName(java.lang.String name)
public void setIpAddress(java.lang.String ipAddress)
public void setPort(int port)
public java.lang.String getUnit()
public void setUnit(java.lang.String unit)
public java.lang.String getFilePrefix()
public void setFilePrefix(java.lang.String filePrefix)
public java.lang.String toString()
toString
in class java.lang.Object
public Location getInventoryLocation()
public void setInventoryLocation(Location inventoryLocation)