Class AwDgInfo
- java.lang.Object
-
- de.uplanet.lucy.server.appservice.AwInfo
-
- de.uplanet.lucy.server.appservice.AwDgInfo
-
@Deprecated public final class AwDgInfo extends de.uplanet.lucy.server.appservice.AwInfo
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AwDgInfo(DataGroupInfo p_info, String p_strDefaultTitle)Deprecated.Method DgInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetGuid()Deprecated.Get the GUID.StringgetParentGuid()Deprecated.Get the parent GUID.StringgetSysIdent()Deprecated.Returns the sysident.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
AwDgInfo
public AwDgInfo(DataGroupInfo p_info, String p_strDefaultTitle)
Deprecated.Method DgInfo.- Parameters:
p_info-p_strDefaultTitle-
-
-
Method Detail
-
getGuid
public String getGuid()
Deprecated.Get the GUID.- Overrides:
getGuidin classde.uplanet.lucy.server.appservice.AwInfo- Returns:
- The GUID.
-
getSysIdent
public String getSysIdent()
Deprecated.Returns the sysident.- Returns:
- The sysident.
-
getParentGuid
public String getParentGuid()
Deprecated.Get the parent GUID.- Returns:
- The parent GUID.
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classde.uplanet.lucy.server.appservice.AwInfo
-
-