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 String
getGuid()
Deprecated.Get the GUID.String
getParentGuid()
Deprecated.Get the parent GUID.String
getSysIdent()
Deprecated.Returns the sysident.String
toString()
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:
getGuid
in 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:
toString
in classde.uplanet.lucy.server.appservice.AwInfo
-
-