com.atlassian.jira.model.querydsl
Class OSPropertyNumberDTO

java.lang.Object
  extended by com.atlassian.jira.model.querydsl.OSPropertyNumberDTO

@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator")
public class OSPropertyNumberDTO
extends Object

Data Transfer Object for the OSPropertyNumber entity.

Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/

See Also:
QOSPropertyNumber

Constructor Summary
OSPropertyNumberDTO(Long id, Long value)
           
 
Method Summary
static OSPropertyNumberDTO fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
          Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
 Long getId()
           
 Long getValue()
           
 org.ofbiz.core.entity.GenericValue toGenericValue(OfBizDelegator ofBizDelegator)
          Creates a GenericValue object from the values in this Data Transfer Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSPropertyNumberDTO

public OSPropertyNumberDTO(Long id,
                           Long value)
Method Detail

getId

public Long getId()

getValue

public Long getValue()

toGenericValue

public org.ofbiz.core.entity.GenericValue toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.

This can be useful when QueryDsl code needs to interact with legacy OfBiz code.

Parameters:
ofBizDelegator - OfBizDelegator will have makeValue() called on it.
Returns:
a GenericValue object constructed from the values in this Data Transfer Object.

fromGenericValue

public static OSPropertyNumberDTO fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.

This can be useful when QueryDsl code needs to interact with legacy OfBiz code.

Parameters:
gv - the GenericValue
Returns:
a new instance of this Data Transfer object with the values in the given GenericValue.


Copyright © 2002-2015 Atlassian. All Rights Reserved.