Class Attachment

java.lang.Object
com.thed.model.Attachment

public class Attachment extends Object
Represents a file attachment. Files will be stored in the repository, which inturn gets saved within the database. When an Attachment is first uploaded and stored, its reporsitoryId and repositoryParentId is stored. This is a generic attachment functionality available to wide variety of entities e.g
Author:
nirav
See Also:
  • com.thed.model.Requirement