au.com.bytecode.opencsv.bean
Class MockBean

java.lang.Object
  extended by au.com.bytecode.opencsv.bean.MockBean

public class MockBean
extends Object

Copyright 2007 Kyle Miller. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Constructor Summary
MockBean()
           
 
Method Summary
 String getId()
           
 String getName()
           
 int getNum()
           
 String getOrderNumber()
           
 void setId(String id)
           
 void setName(String name)
           
 void setNum(int num)
           
 void setOrderNumber(String orderNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockBean

public MockBean()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getOrderNumber

public String getOrderNumber()

setOrderNumber

public void setOrderNumber(String orderNumber)

getNum

public int getNum()

setNum

public void setNum(int num)


Copyright © 2012. All Rights Reserved.