public class FilterData extends Object implements Serializable
コンストラクタと説明 |
---|
FilterData() |
FilterData(BigInteger id,
AccountData owner,
BigInteger project_id,
Boolean is_public,
String name,
String filter_string) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFilter_string()
Gets the filter_string value for this FilterData.
|
BigInteger |
getId()
Gets the id value for this FilterData.
|
Boolean |
getIs_public()
Gets the is_public value for this FilterData.
|
String |
getName()
Gets the name value for this FilterData.
|
AccountData |
getOwner()
Gets the owner value for this FilterData.
|
BigInteger |
getProject_id()
Gets the project_id value for this FilterData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setFilter_string(String filter_string)
Sets the filter_string value for this FilterData.
|
void |
setId(BigInteger id)
Sets the id value for this FilterData.
|
void |
setIs_public(Boolean is_public)
Sets the is_public value for this FilterData.
|
void |
setName(String name)
Sets the name value for this FilterData.
|
void |
setOwner(AccountData owner)
Sets the owner value for this FilterData.
|
void |
setProject_id(BigInteger project_id)
Sets the project_id value for this FilterData.
|
public FilterData()
public FilterData(BigInteger id, AccountData owner, BigInteger project_id, Boolean is_public, String name, String filter_string)
public BigInteger getId()
public void setId(BigInteger id)
id
- public AccountData getOwner()
public void setOwner(AccountData owner)
owner
- public BigInteger getProject_id()
public void setProject_id(BigInteger project_id)
project_id
- public Boolean getIs_public()
public void setIs_public(Boolean is_public)
is_public
- public String getName()
public void setName(String name)
name
- public String getFilter_string()
public void setFilter_string(String filter_string)
filter_string
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2015. All Rights Reserved.