Uses of Class
it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc.ID

Packages that use ID
it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc   
 

Uses of ID in it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc
 

Fields in it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc declared as ID
protected  ID VdCGroup.id
           
protected  ID VdC.id
           
protected  ID SourceVdC.id
           
protected  ID SourceIdC.id
           
protected  ID SelfDescription.id
           
protected  ID File.id
           
protected  ID ExternalMetadata.id
           
 

Methods in it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc that return ID
 ID IdCObjectFactory.createID()
          Create an instance of ID
 ID VdCGroup.getID()
          Gets the value of the id property.
 ID VdC.getID()
          Gets the value of the id property.
 ID SourceVdC.getID()
          Gets the value of the id property.
 ID SourceIdC.getID()
          Gets the value of the id property.
 ID SelfDescription.getID()
          Gets the value of the id property.
 ID File.getID()
          Gets the value of the id property.
 ID ExternalMetadata.getID()
          Gets the value of the id property.
 

Methods in it.sistematica.isharedoc.sharecloud.model.replica.legaldoc.idc with parameters of type ID
 void VdCGroup.setID(ID value)
          Sets the value of the id property.
 void VdC.setID(ID value)
          Sets the value of the id property.
 void SourceVdC.setID(ID value)
          Sets the value of the id property.
 void SourceIdC.setID(ID value)
          Sets the value of the id property.
 void SelfDescription.setID(ID value)
          Sets the value of the id property.
 void File.setID(ID value)
          Sets the value of the id property.
 void ExternalMetadata.setID(ID value)
          Sets the value of the id property.