X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbinding%2FJalviewUserColoursItem.java;h=9c88831c09edc35899a0daa17093a25225b862de;hb=9dcd8056f4a166c13b75a19e6fd1bea9badec5ca;hp=ae96562fb32f5113a0486c6ab7a98d1213217add;hpb=588042b69abf8e60bcc950b24c283933c7dd422f;p=jalview.git diff --git a/src/jalview/binding/JalviewUserColoursItem.java b/src/jalview/binding/JalviewUserColoursItem.java index ae96562..9c88831 100755 --- a/src/jalview/binding/JalviewUserColoursItem.java +++ b/src/jalview/binding/JalviewUserColoursItem.java @@ -4,24 +4,6 @@ * Schema. * $Id$ */ -/* -* Jalview - A Sequence Alignment Editor and Viewer -* Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle -* -* This program is free software; you can redistribute it and/or -* modify it under the terms of the GNU General Public License -* as published by the Free Software Foundation; either version 2 -* of the License, or (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program; if not, write to the Free Software -* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA -*/ package jalview.binding; import org.exolab.castor.xml.Marshaller; @@ -38,7 +20,8 @@ import java.io.Serializable; * * @version $Revision$ $Date$ */ -public class JalviewUserColoursItem implements java.io.Serializable { +public class JalviewUserColoursItem implements java.io.Serializable +{ //--------------------------/ //- Class/Member Variables -/ //--------------------------/ @@ -51,24 +34,35 @@ public class JalviewUserColoursItem implements java.io.Serializable { //----------------/ //- Constructors -/ //----------------/ - public JalviewUserColoursItem() { + public JalviewUserColoursItem() + { super(); } - //-- jalview.binding.JalviewUserColoursItem() - //-----------/ - public jalview.binding.Colour getColour() { + //-- jalview.binding.JalviewUserColoursItem() + //-----------/ + + /** + * DOCUMENT ME! + * + * @return DOCUMENT ME! + */ + public jalview.binding.Colour getColour() + { return this._colour; } - //-- jalview.binding.Colour getColour() + + //-- jalview.binding.Colour getColour() /** * Sets the value of field 'colour'. * * @param colour the value of field 'colour'. */ - public void setColour(jalview.binding.Colour colour) { + public void setColour(jalview.binding.Colour colour) + { this._colour = colour; } - //-- void setColour(jalview.binding.Colour) + + //-- void setColour(jalview.binding.Colour) }