com.opnworks.cbo
Interface ISharedObject

All Known Implementing Classes:
Party

public interface ISharedObject

Description of the Class

Author:
Laurent

Method Summary
 java.lang.String getGuid()
          Gets the Guid attribute of the ISharedObject object
 void setGuid(java.lang.String guid)
          Sets the Guid attribute of the ISharedObject object
 

Method Detail

getGuid

public java.lang.String getGuid()
Gets the Guid attribute of the ISharedObject object

Returns:
The Guid value

setGuid

public void setGuid(java.lang.String guid)
Sets the Guid attribute of the ISharedObject object

Parameters:
guid - The new Guid value