Package com._1c.g5.v8.dt.moxel.content
Interface DcsDetailId
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DcsDetailIdImpl
 
 public interface DcsDetailId extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Dcs Detail Id'.The following features are supported: - See Also:
- ContentPackage.getDcsDetailId()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDetailId()Returns the value of the 'Detail Id' attribute.voidsetDetailId(int value)Sets the value of the 'Detail Id' attribute.
 
- 
- 
- 
Method Detail- 
getDetailIdint getDetailId() Returns the value of the 'Detail Id' attribute.- Returns:
- the value of the 'Detail Id' attribute.
- See Also:
- setDetailId(int),- ContentPackage.getDcsDetailId_DetailId()
 
 - 
setDetailIdvoid setDetailId(int value) Sets the value of the 'Detail Id' attribute.- Parameters:
- value- the new value of the 'Detail Id' attribute.
- See Also:
- getDetailId()
 
 
- 
 
-