com.atlassian.jira.ofbiz
Interface OfBizValueWrapper

All Known Subinterfaces:
Issue, MutableIssue, Version
All Known Implementing Classes:
AbstractIssue, AbstractOfBizValueWrapper, Attachment, DocumentIssueImpl, IssueConstantImpl, IssueImpl, IssueLink, IssueLinkType, IssueTypeImpl, MockIssue, MockVersion, PriorityImpl, ResolutionImpl, StatusImpl, TemplateIssue, VersionImpl

public interface OfBizValueWrapper


Method Summary
 org.ofbiz.core.entity.GenericValue getGenericValue()
          Get the backing GenericValue object.
 Long getLong(String name)
          Retrieve a numeric field.
 String getString(String name)
          Retrieve a String field.
 Timestamp getTimestamp(String name)
          Retrieve a timestamp field.
 void store()
          Persist this object's immediate fields.
 

Method Detail

getString

String getString(String name)
Retrieve a String field.


getTimestamp

Timestamp getTimestamp(String name)
Retrieve a timestamp field.


getLong

Long getLong(String name)
Retrieve a numeric field.


getGenericValue

org.ofbiz.core.entity.GenericValue getGenericValue()
Get the backing GenericValue object.


store

void store()
Persist this object's immediate fields.



Copyright © 2002-2011 Atlassian. All Rights Reserved.