Log4j 1.1

pl.psnc.expres.model.link
Class LinkValue

java.lang.Object
  extended by pl.psnc.expres.model.link.LinkValue

public class LinkValue
extends java.lang.Object

Resource links description (value object)

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
LinkValue()
           
 
Method Summary
 int getId()
           
 int getSourceId()
           
 int getTargetId()
           
 void setId(int id)
           
 void setSourceId(int sourceId)
           
 void setTargetId(int targetId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkValue

public LinkValue()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set

getSourceId

public int getSourceId()
Returns:
the sourceId

setSourceId

public void setSourceId(int sourceId)
Parameters:
sourceId - the sourceId to set

getTargetId

public int getTargetId()
Returns:
the targetId

setTargetId

public void setTargetId(int targetId)
Parameters:
targetId - the targetId to set

Log4j 1.1

Copyright 2007-2008 by VLAB