com.konakart.rmi.app
Class S_LanguageSearch
java.lang.Object
com.konakart.rmi.app.S_LanguageSearch
- All Implemented Interfaces:
- java.io.Serializable
public class S_LanguageSearch
- extends java.lang.Object
- implements java.io.Serializable
Contains information required to search for a language. Whenever an attribute is set, it is used
as a constraint.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
S_LanguageSearch
public S_LanguageSearch()
getId
public int getId()
- Returns:
- the id
setId
public void setId(int _id)
- Parameters:
_id - the id to set
getCode
public java.lang.String getCode()
- Returns:
- the code
setCode
public void setCode(java.lang.String _code)
- Parameters:
_code - the code to set
isIncludeDisplayOnly
public boolean isIncludeDisplayOnly()
- Returns:
- the includeDisplayOnly
setIncludeDisplayOnly
public void setIncludeDisplayOnly(boolean _includeDisplayOnly)
- Parameters:
_includeDisplayOnly - the includeDisplayOnly to set
Copyright © 2011 DS Data Systems UK Ltd.