com.poscoict.glueframework.dao.vo
Class GlueParameter<P>

java.lang.Object
  extended by com.poscoict.glueframework.dao.vo.GlueParameter<P>
All Implemented Interfaces:
GlueAuditAttributeHolder
Direct Known Subclasses:
GlueHibernateParameter

public class GlueParameter<P>
extends Object
implements GlueAuditAttributeHolder


Constructor Summary
GlueParameter()
          »ý¼ºÀÚ(constructor).
GlueParameter(P value)
          »ý¼ºÀÚ(constructor).
GlueParameter(P value, GlueAuditAttributes audit)
          »ý¼ºÀÚ(constructor).
 
Method Summary
 GlueAuditAttributes getAuditAttributes()
          Audit Ç׸ñÀ» ¾ò´Â´Ù.
 P getParameter()
           
 void setAuditAttributes(GlueAuditAttributes auditAttriubtes)
          Audit Ç׸ñÀ» ¼³Á¤ÇÑ´Ù.
 void setParameter(P value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlueParameter

public GlueParameter()
»ý¼ºÀÚ(constructor).


GlueParameter

public GlueParameter(P value)
»ý¼ºÀÚ(constructor).


GlueParameter

public GlueParameter(P value,
                     GlueAuditAttributes audit)
»ý¼ºÀÚ(constructor).

Method Detail

getAuditAttributes

public GlueAuditAttributes getAuditAttributes()
Description copied from interface: GlueAuditAttributeHolder
Audit Ç׸ñÀ» ¾ò´Â´Ù.

Specified by:
getAuditAttributes in interface GlueAuditAttributeHolder
Returns:
Audit Ç׸ñ

setAuditAttributes

public void setAuditAttributes(GlueAuditAttributes auditAttriubtes)
Description copied from interface: GlueAuditAttributeHolder
Audit Ç׸ñÀ» ¼³Á¤ÇÑ´Ù.

Specified by:
setAuditAttributes in interface GlueAuditAttributeHolder
Parameters:
auditAttriubtes - Audit Ç׸ñ

setParameter

public void setParameter(P value)

getParameter

public P getParameter()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013–2015 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.