Package com.nomagic.magicdraw.esi
Class EsiUtils.OfflineProjectDescriptor
java.lang.Object
com.nomagic.magicdraw.esi.EsiUtils.OfflineProjectDescriptor
- All Implemented Interfaces:
ProjectDescriptor
- Enclosing class:
- EsiUtils
Offline project descriptor.
-
Method Details
-
getClusterID
Returns cluster ID of the project.- Returns:
- cluster ID.
-
getUser
Returns user name.- Returns:
- user name.
-
getURI
Description copied from interface:ProjectDescriptor
Returns project location URI. Used only for persistence, not for human representation. This location can be used for new descriptors creating in ProjectDescriptorsFactory.- Specified by:
getURI
in interfaceProjectDescriptor
- Returns:
- project URI.
-
getRepresentationString
Description copied from interface:ProjectDescriptor
Constructs human representation of project.- Specified by:
getRepresentationString
in interfaceProjectDescriptor
- Returns:
- project's representation as String.
-
isRemote
public boolean isRemote()- Specified by:
isRemote
in interfaceProjectDescriptor
- Returns:
- true if descriptor points to remote project location.
-
equals
-
hashCode
public int hashCode()
-