public class ProjectData extends Object implements Serializable
| コンストラクタと説明 | 
|---|
ProjectData()  | 
ProjectData(BigInteger id,
           String name,
           ObjectRef status,
           Boolean enabled,
           ObjectRef view_state,
           ObjectRef access_min,
           String file_path,
           String description,
           ProjectData[] subprojects,
           Boolean inherit_global)  | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
boolean | 
equals(Object obj)  | 
ObjectRef | 
getAccess_min()
Gets the access_min value for this ProjectData. 
 | 
String | 
getDescription()
Gets the description value for this ProjectData. 
 | 
static org.apache.axis.encoding.Deserializer | 
getDeserializer(String mechType,
               Class _javaType,
               QName _xmlType)
Get Custom Deserializer 
 | 
Boolean | 
getEnabled()
Gets the enabled value for this ProjectData. 
 | 
String | 
getFile_path()
Gets the file_path value for this ProjectData. 
 | 
BigInteger | 
getId()
Gets the id value for this ProjectData. 
 | 
Boolean | 
getInherit_global()
Gets the inherit_global value for this ProjectData. 
 | 
String | 
getName()
Gets the name value for this ProjectData. 
 | 
static org.apache.axis.encoding.Serializer | 
getSerializer(String mechType,
             Class _javaType,
             QName _xmlType)
Get Custom Serializer 
 | 
ObjectRef | 
getStatus()
Gets the status value for this ProjectData. 
 | 
ProjectData[] | 
getSubprojects()
Gets the subprojects value for this ProjectData. 
 | 
static org.apache.axis.description.TypeDesc | 
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object) 
 | 
ObjectRef | 
getView_state()
Gets the view_state value for this ProjectData. 
 | 
int | 
hashCode()  | 
void | 
setAccess_min(ObjectRef access_min)
Sets the access_min value for this ProjectData. 
 | 
void | 
setDescription(String description)
Sets the description value for this ProjectData. 
 | 
void | 
setEnabled(Boolean enabled)
Sets the enabled value for this ProjectData. 
 | 
void | 
setFile_path(String file_path)
Sets the file_path value for this ProjectData. 
 | 
void | 
setId(BigInteger id)
Sets the id value for this ProjectData. 
 | 
void | 
setInherit_global(Boolean inherit_global)
Sets the inherit_global value for this ProjectData. 
 | 
void | 
setName(String name)
Sets the name value for this ProjectData. 
 | 
void | 
setStatus(ObjectRef status)
Sets the status value for this ProjectData. 
 | 
void | 
setSubprojects(ProjectData[] subprojects)
Sets the subprojects value for this ProjectData. 
 | 
void | 
setView_state(ObjectRef view_state)
Sets the view_state value for this ProjectData. 
 | 
public ProjectData()
public ProjectData(BigInteger id, String name, ObjectRef status, Boolean enabled, ObjectRef view_state, ObjectRef access_min, String file_path, String description, ProjectData[] subprojects, Boolean inherit_global)
public BigInteger getId()
public void setId(BigInteger id)
id - public String getName()
public void setName(String name)
name - public ObjectRef getStatus()
public void setStatus(ObjectRef status)
status - public Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled - public ObjectRef getView_state()
public void setView_state(ObjectRef view_state)
view_state - public ObjectRef getAccess_min()
public void setAccess_min(ObjectRef access_min)
access_min - public String getFile_path()
public void setFile_path(String file_path)
file_path - public String getDescription()
public void setDescription(String description)
description - public ProjectData[] getSubprojects()
public void setSubprojects(ProjectData[] subprojects)
subprojects - public Boolean getInherit_global()
public void setInherit_global(Boolean inherit_global)
inherit_global - 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.