com.samsung.android.penup.model

Interface Resource

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Resource clone()
      Clones this object.
      java.lang.String getId()
      Gets the resource ID.
    • Method Detail

      • getId

        java.lang.String getId()
        Gets the resource ID.
        Returns:
        The resource ID
        Since:
        PEN.UP 1.0
      • clone

        Resource clone()
        Clones this object.
        Returns:
        The cloned object
        Since:
        PEN.UP 1.0