クラス MetaDataEntry

java.lang.Object
org.iplass.mtp.impl.metadata.MetaDataEntry

public class MetaDataEntry extends Object
  • コンストラクタの詳細

    • MetaDataEntry

      public MetaDataEntry()
    • MetaDataEntry

      public MetaDataEntry(String path, RootMetaData metaData, MetaDataEntry.State state, int version, boolean overwritable, boolean sharable, boolean dataSharable, boolean permissionSharable)
  • メソッドの詳細

    • copy

      public MetaDataEntry copy()
      shallow copy
      戻り値:
    • initRuntime

      public void initRuntime()
    • getRuntime

      public MetaDataRuntime getRuntime()
    • getRepositryType

      public MetaDataEntry.RepositoryType getRepositryType()
    • setRepositryType

      public void setRepositryType(MetaDataEntry.RepositoryType repositryType)
    • isOverwritable

      public boolean isOverwritable()
    • setOverwritable

      public void setOverwritable(boolean overwritable)
    • isSharable

      public boolean isSharable()
    • setSharable

      public void setSharable(boolean sharable)
    • isDataSharable

      public boolean isDataSharable()
    • setDataSharable

      public void setDataSharable(boolean dataSharable)
    • isPermissionSharable

      public boolean isPermissionSharable()
    • setPermissionSharable

      public void setPermissionSharable(boolean permissionSharable)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getMetaData

      public RootMetaData getMetaData()
    • setMetaData

      public void setMetaData(RootMetaData metaData)
    • getState

      public MetaDataEntry.State getState()
    • setState

      public void setState(MetaDataEntry.State state)
    • getVersion

      public int getVersion()
    • setVersion

      public void setVersion(int version)