Interface IEncapsulatedObjectId
- All Known Implementing Classes:
EncapsulatedObjectid
public interface IEncapsulatedObjectId
Service specific part of
SubterraURI encapsulating IObjectId.
Sole implementation of this interface is
EncapsulatedObjectid.- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
-
Method Summary
Modifier and TypeMethodDescriptionReturn enapsulated object id.setObjectId(IObjectId id) Set new object id and return new instance.
-
Method Details
-
getObjectId
IObjectId getObjectId()Return enapsulated object id.- Returns:
- object id (not
null)
-
setObjectId
Set new object id and return new instance.- Parameters:
id- object id- Returns:
- new instance
-