Class MongoSaveDataDocument

java.lang.Object
dev.getelements.elements.dao.mongo.model.savedata.MongoSaveDataDocument

@Entity(value="save_data", useDiscriminator=false) @Field("user") @Field("profile") @Index(fields=@Field(value="contents",type=TEXT)) public class MongoSaveDataDocument extends Object
  • Constructor Details

    • MongoSaveDataDocument

      public MongoSaveDataDocument()
  • Method Details

    • getSaveDataDocumentId

      public MongoSaveDataDocumentId getSaveDataDocumentId()
    • setSaveDataDocumentId

      public void setSaveDataDocumentId(MongoSaveDataDocumentId saveDataDocumentId)
    • getContents

      public String getContents()
    • setContents

      public void setContents(String contents)
    • getVersion

      public byte[] getVersion()
    • setVersion

      public void setVersion(byte[] version)
    • getTimestamp

      public Timestamp getTimestamp()
    • setTimestamp

      public void setTimestamp(Timestamp timestamp)
    • getUser

      public MongoUser getUser()
    • setUser

      public void setUser(MongoUser user)
    • getProfile

      public MongoProfile getProfile()
    • setProfile

      public void setProfile(MongoProfile profile)
    • getDigestAlgorithm

      public String getDigestAlgorithm()
    • setDigestAlgorithm

      public void setDigestAlgorithm(String digestAlgorithm)