Class ModelPathOffsetsImpl
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.file.ModelPathOffsetsImpl
-
- All Implemented Interfaces:
ModelPathOffsets
public class ModelPathOffsetsImpl extends java.lang.Object implements ModelPathOffsets
-
-
Constructor Summary
Constructors Constructor Description ModelPathOffsetsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRepositoryOffset()this method must return the offset within the repository.java.lang.StringgetRepositoryPrefix()this method must return the prefix of the repository path tree.java.lang.StringgetResourceOffset()this method must return the offset within the resource-path-tree.java.lang.StringgetResourcePrefix()this method must return the prefix of the resource-path-tree.voidsetRepositoryOffset(java.lang.String repositoryOffset)voidsetRepositoryPrefix(java.lang.String repositoryPrefix)voidsetResourceOffset(java.lang.String resourceOffset)voidsetResourcePrefix(java.lang.String resourcePrefix)
-
-
-
Method Detail
-
getRepositoryOffset
public java.lang.String getRepositoryOffset()
Description copied from interface:ModelPathOffsetsthis method must return the offset within the repository.- Specified by:
getRepositoryOffsetin interfaceModelPathOffsets- Returns:
- the offset
-
getResourceOffset
public java.lang.String getResourceOffset()
Description copied from interface:ModelPathOffsetsthis method must return the offset within the resource-path-tree.- Specified by:
getResourceOffsetin interfaceModelPathOffsets- Returns:
- the offset
-
getRepositoryPrefix
public java.lang.String getRepositoryPrefix()
Description copied from interface:ModelPathOffsetsthis method must return the prefix of the repository path tree.- Specified by:
getRepositoryPrefixin interfaceModelPathOffsets- Returns:
- the offset
-
getResourcePrefix
public java.lang.String getResourcePrefix()
Description copied from interface:ModelPathOffsetsthis method must return the prefix of the resource-path-tree.- Specified by:
getResourcePrefixin interfaceModelPathOffsets- Returns:
- the prefix
-
setResourceOffset
public void setResourceOffset(java.lang.String resourceOffset)
-
setRepositoryOffset
public void setRepositoryOffset(java.lang.String repositoryOffset)
-
setResourcePrefix
public void setResourcePrefix(java.lang.String resourcePrefix)
-
setRepositoryPrefix
public void setRepositoryPrefix(java.lang.String repositoryPrefix)
-
-