com.kuka.nav.appdata
Interface AppDataInfo


public interface AppDataInfo

Meta-info of an application data.


Method Summary
 String getAppDataId()
          Returns the identifier of the application data entry.
 String getDataType()
          Returns the class type as a string representation of the related application data.
 Timestamp getLastModified()
          Returns the last modification timestamp.
 

Method Detail

getAppDataId

String getAppDataId()
Returns the identifier of the application data entry.

Returns:
the identifier of the application data.

getDataType

String getDataType()
Returns the class type as a string representation of the related application data.

Returns:
the class type of the application data.

getLastModified

Timestamp getLastModified()
Returns the last modification timestamp.

Returns:
the last modification of the application data.


Copyright © 2019. All rights reserved.