Class MediumId

java.lang.Object
com.saperion.rmi.storage.MediumId
All Implemented Interfaces:
Serializable

public class MediumId extends Object implements Serializable
Holds the Id of a medium.
See Also:
  • Constructor Details

    • MediumId

      public MediumId(short copyState, long systemId, long serverId, long volumeId)
  • Method Details

    • fromNative

      public static MediumId fromNative(com.saperion.jna.applsrv.m2j.natives.MediaUIDType nativeType)
    • getCopyState

      public short getCopyState()
    • getSystemId

      public long getSystemId()
    • getServerId

      public long getServerId()
    • getVolumeId

      public long getVolumeId()
    • toString

      public String toString()
      Overrides:
      toString in class Object