SageAttr.java :  » Portal » Open-Portal » com » sun » portal » search » db » Java Open Source

Java Open Source » Portal » Open Portal 
Open Portal » com » sun » portal » search » db » SageAttr.java
/*
 * SageAttr.java
 *
 * Created on November 14, 2001, 2:53 PM
 */

package com.sun.portal.search.db;

/**
 *
 */
public class SageAttr {
    
    String name;    // Attribute Name - lowercase only
    
    // Data type for the attribute -- only one can be set
    boolean is_string, is_number, is_date, is_zone;
    
    /** Creates new SageAttr */
    public SageAttr() {
    }
    
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.