public class CfgMealShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId |
protected int |
wmMealId |
protected java.lang.String |
wmName |
protected boolean |
wmPaid |
protected java.lang.String |
wmShortName |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
Constructor and Description |
---|
CfgMealShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmMealId()
Gets the value of the wmMealId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
hashCode() |
boolean |
isWmPaid()
Gets the value of the wmPaid property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmMealId(int value)
Sets the value of the wmMealId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmPaid(boolean value)
Sets the value of the wmPaid property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
java.lang.String |
toString() |
CfgMealShort |
withWmBUId(int value) |
CfgMealShort |
withWmMealId(int value) |
CfgMealShort |
withWmName(java.lang.String value) |
CfgMealShort |
withWmPaid(boolean value) |
CfgMealShort |
withWmShortName(java.lang.String value) |
CfgMealShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgMealShort |
withWmSiteId(java.lang.Integer... values) |
CfgMealShort |
withWmSiteIdNSizeIs(int value) |
private static final long serialVersionUID
protected int wmMealId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
protected java.lang.String wmShortName
protected boolean wmPaid
public int getWmMealId()
public void setWmMealId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmShortName()
String
public void setWmShortName(java.lang.String value)
value
- allowed object is
String
public boolean isWmPaid()
public void setWmPaid(boolean value)
public CfgMealShort withWmMealId(int value)
public CfgMealShort withWmBUId(int value)
public CfgMealShort withWmSiteIdNSizeIs(int value)
public CfgMealShort withWmSiteId(java.lang.Integer... values)
public CfgMealShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgMealShort withWmName(java.lang.String value)
public CfgMealShort withWmShortName(java.lang.String value)
public CfgMealShort withWmPaid(boolean value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.