public class MetaDataEntry
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
MetaDataEntry.RepositoryType |
static class |
MetaDataEntry.State |
| コンストラクタと説明 |
|---|
MetaDataEntry() |
MetaDataEntry(java.lang.String path,
RootMetaData metaData,
MetaDataEntry.State state,
int version,
boolean overwritable,
boolean sharable,
boolean dataSharable,
boolean permissionSharable) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MetaDataEntry |
copy()
shallow copy
|
RootMetaData |
getMetaData() |
java.lang.String |
getPath() |
MetaDataEntry.RepositoryType |
getRepositryType() |
MetaDataRuntime |
getRuntime() |
MetaDataEntry.State |
getState() |
int |
getVersion() |
void |
initRuntime() |
boolean |
isDataSharable() |
boolean |
isOverwritable() |
boolean |
isPermissionSharable() |
boolean |
isSharable() |
void |
setDataSharable(boolean dataSharable) |
void |
setMetaData(RootMetaData metaData) |
void |
setOverwritable(boolean overwritable) |
void |
setPath(java.lang.String path) |
void |
setPermissionSharable(boolean permissionSharable) |
void |
setRepositryType(MetaDataEntry.RepositoryType repositryType) |
void |
setSharable(boolean sharable) |
void |
setState(MetaDataEntry.State state) |
void |
setVersion(int version) |
public MetaDataEntry()
public MetaDataEntry(java.lang.String path,
RootMetaData metaData,
MetaDataEntry.State state,
int version,
boolean overwritable,
boolean sharable,
boolean dataSharable,
boolean permissionSharable)
public MetaDataEntry copy()
public void initRuntime()
public MetaDataRuntime getRuntime()
public MetaDataEntry.RepositoryType getRepositryType()
public void setRepositryType(MetaDataEntry.RepositoryType repositryType)
public boolean isOverwritable()
public void setOverwritable(boolean overwritable)
public boolean isSharable()
public void setSharable(boolean sharable)
public boolean isDataSharable()
public void setDataSharable(boolean dataSharable)
public boolean isPermissionSharable()
public void setPermissionSharable(boolean permissionSharable)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public RootMetaData getMetaData()
public void setMetaData(RootMetaData metaData)
public MetaDataEntry.State getState()
public void setState(MetaDataEntry.State state)
public int getVersion()
public void setVersion(int version)