Uses of Class
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentAttachment

Packages that use DocumentAttachment
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl   
 

Uses of DocumentAttachment in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
 

Fields in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with type parameters of type DocumentAttachment
static javax.persistence.metamodel.ListAttribute<DocumentAttachmentContainer,DocumentAttachment> DocumentAttachmentContainer_.documentAttachmentList
           
protected  List<DocumentAttachment> DocumentAttachmentContainer.documentAttachmentList
           
static javax.persistence.metamodel.SingularAttribute<DocumentAttachment,String> DocumentAttachment_.fileName
           
static javax.persistence.metamodel.SingularAttribute<DocumentAttachment,BigInteger> DocumentAttachment_.fileSize
           
static javax.persistence.metamodel.SingularAttribute<DocumentAttachment,String> DocumentAttachment_.fileType
           
static javax.persistence.metamodel.SingularAttribute<DocumentAttachment,String> DocumentAttachment_.fileUrl
           
static javax.persistence.metamodel.SingularAttribute<DocumentAttachment,Integer> DocumentAttachment_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<DocumentAttachment,Long> DocumentAttachment_.hjid
           
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return DocumentAttachment
 DocumentAttachment ObjectFactory.createDocumentAttachment()
          Create an instance of DocumentAttachment
 DocumentAttachment DocumentAttachment.withFileName(String value)
           
 DocumentAttachment DocumentAttachment.withFileSize(BigInteger value)
           
 DocumentAttachment DocumentAttachment.withFileType(String value)
           
 DocumentAttachment DocumentAttachment.withFileUrl(String value)
           
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return types with arguments of type DocumentAttachment
 List<DocumentAttachment> DocumentAttachmentContainer.getDocumentAttachmentList()
          Gets the value of the documentAttachmentList property.
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with parameters of type DocumentAttachment
 DocumentAttachmentContainer DocumentAttachmentContainer.withDocumentAttachmentList(DocumentAttachment... values)
           
 

Method parameters in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with type arguments of type DocumentAttachment
 void DocumentAttachmentContainer.setDocumentAttachmentList(List<DocumentAttachment> documentAttachmentList)
           
 DocumentAttachmentContainer DocumentAttachmentContainer.withDocumentAttachmentList(Collection<DocumentAttachment> values)
           
 DocumentAttachmentContainer DocumentAttachmentContainer.withDocumentAttachmentList(List<DocumentAttachment> documentAttachmentList)
           
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.